We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 49eadab + 20cd518 commit afed839Copy full SHA for afed839
1 file changed
Makefile
@@ -42,6 +42,9 @@ html:
42
@echo
43
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
44
45
+livehtml:
46
+ sphinx-autobuild -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
47
+
48
dirhtml:
49
$(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
50
0 commit comments