We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7033666 commit 7fb513aCopy full SHA for 7fb513a
docs/Makefile
@@ -11,7 +11,10 @@ BUILDDIR = build
11
help:
12
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
13
14
-.PHONY: help Makefile
+.PHONY: help Makefile livehtml
15
+
16
+livehtml:
17
+ sphinx-autobuild "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
18
19
# Catch-all target: route all unknown targets to Sphinx using the new
20
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
0 commit comments