File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,11 @@ pdf: Makefile copy-media
27
27
@$(SPHINXBUILD ) -M latexpdf " $( SOURCEDIR) " " $( BUILDDIR) " $(SPHINXOPTS ) $(O )
28
28
unlink showcases; unlink tutorials
29
29
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
+
30
35
html : Makefile copy-media
31
36
ln -sf ../../showcases showcases; ln -sf ../../tutorials
32
37
@$(SPHINXBUILD ) -M html " $( SOURCEDIR) " " $( BUILDDIR) " $(SPHINXOPTS ) $(O )
Original file line number Diff line number Diff line change 55
55
#'sphinxcontrib.images',
56
56
'tools.doxylink' ,
57
57
'sphinx.ext.imgconverter' ,
58
+ 'rinoh.frontend.sphinx'
58
59
]
59
60
60
61
# Add any paths that contain templates here, relative to this directory.
You can’t perform that action at this time.
0 commit comments