Lines Matching refs:HTML
22 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext
26 @echo " html to make standalone HTML files"
27 @echo " dirhtml to make HTML files named index.html in directories"
28 @echo " singlehtml to make a single large HTML file"
31 @echo " htmlhelp to make HTML files and a HTML help project"
32 @echo " qthelp to make HTML files and a qthelp project"
33 @echo " devhelp to make HTML files and a Devhelp project"
52 html:
53 $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
55 @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
60 @echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml."
65 @echo "Build finished. The HTML page is in $(BUILDDIR)/singlehtml."
80 @echo "Build finished; now you can run HTML Help Workshop with the" \
179 livehtml: html
180 sphinx-autobuild -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html