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 75eb682 commit 329b39eCopy full SHA for 329b39e
docs/Makefile
@@ -16,4 +16,7 @@ help:
16
# Catch-all target: route all unknown targets to Sphinx using the new
17
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
18
%: Makefile
19
- @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
+ @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
20
+
21
+livehtml:
22
+ sphinx-autobuild -b html --ignore "autoapi/*" --ignore "*#*" --watch "../hoverxref" $(SPHINXOPTS) $(SOURCEDIR) $(BUILDDIR)/html
docs/requirements.txt
@@ -5,3 +5,4 @@ sphinx-tabs==1.1.13
5
sphinx-prompt==1.1.0
6
sphinx-version-warning==1.1.2
7
sphinx-notfound-page==0.4
8
+sphinx-autobuild==0.7.1
0 commit comments