Home | History | Annotate | Download | only in docs

Lines Matching refs:HTML

24 .PHONY: help clean html livehtml dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext
28 @echo " html to make standalone HTML files"
29 @echo " livehtml to make standalone HTML files and live reload them"
30 @echo " dirhtml to make HTML files named index.html in directories"
31 @echo " singlehtml to make a single large HTML file"
34 @echo " htmlhelp to make HTML files and a HTML help project"
35 @echo " qthelp to make HTML files and a qthelp project"
36 @echo " devhelp to make HTML files and a Devhelp project"
55 html:
56 $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
58 @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
60 livehtml: html
61 $(SPHINXAUTOBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
66 @echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml."
71 @echo "Build finished. The HTML page is in $(BUILDDIR)/singlehtml."
86 @echo "Build finished; now you can run HTML Help Workshop with the" \