File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,6 +22,11 @@ I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
2222
2323.PHONY : help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext
2424
25+ dirhtml :
26+ $(SPHINXBUILD ) -b dirhtml $(ALLSPHINXOPTS ) $(BUILDDIR ) /dirhtml
27+ @echo
28+ @echo " Build finished. The HTML pages are in $( BUILDDIR) /dirhtml."
29+
2530help :
2631 @echo " Please use \` make <target>' where <target> is one of"
2732 @echo " html to make standalone HTML files"
5661 @echo
5762 @echo " Build finished. The HTML pages are in $( BUILDDIR) /html."
5863
59- dirhtml :
60- $(SPHINXBUILD ) -b dirhtml $(ALLSPHINXOPTS ) $(BUILDDIR ) /dirhtml
61- @echo
62- @echo " Build finished. The HTML pages are in $( BUILDDIR) /dirhtml."
63-
6464singlehtml :
6565 $(SPHINXBUILD ) -b singlehtml $(ALLSPHINXOPTS ) $(BUILDDIR ) /singlehtml
6666 @echo
You can’t perform that action at this time.
0 commit comments