Skip to content

Commit

Permalink
Adding experimental PDF build of manual using rinohtype <https://gith…
Browse files Browse the repository at this point in the history
  • Loading branch information
rptb1 committed Oct 22, 2023
1 parent ebeee66 commit 2a72a2f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions manual/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ html: $(SPHINXBUILD)
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."

pdf: $(SPHINXBUILD)
$(SPHINXBUILD) -b rinoh $(ALLSPHINXOPTS) $(BUILDDIR)/pdf
@echo
@echo "Build finished. The PDF is in $(BUILDDIR)/pdf."

dirhtml: $(SPHINXBUILD)
$(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
@echo
Expand Down
1 change: 1 addition & 0 deletions manual/requirements.pip
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

sphinx
sphinx-rtd-theme
rinohtype

0 comments on commit 2a72a2f

Please sign in to comment.