Skip to content

Commit e29dac8

Browse files
committed
kludge: add option to create pdf with rinohtype
1 parent 4d6fb6c commit e29dac8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

doc/src/Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ pdf: Makefile copy-media
2727
@$(SPHINXBUILD) -M latexpdf "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
2828
unlink showcases; unlink tutorials
2929

30+
rinoh: Makefile copy-media
31+
ln -sf ../../showcases showcases; ln -sf ../../tutorials
32+
@$(SPHINXBUILD) -b rinoh "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
33+
unlink showcases; unlink tutorials
34+
3035
html: Makefile copy-media
3136
ln -sf ../../showcases showcases; ln -sf ../../tutorials
3237
@$(SPHINXBUILD) -M html "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

doc/src/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
#'sphinxcontrib.images',
5656
'tools.doxylink',
5757
'sphinx.ext.imgconverter',
58+
'rinoh.frontend.sphinx'
5859
]
5960

6061
# Add any paths that contain templates here, relative to this directory.

0 commit comments

Comments
 (0)