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.
make htmllive
1 parent 21d2a9a commit 9a6e233Copy full SHA for 9a6e233
Doc/Makefile
@@ -152,7 +152,7 @@ htmlview: html
152
$(PYTHON) -c "import os, webbrowser; webbrowser.open('file://' + os.path.realpath('build/html/index.html'))"
153
154
.PHONY: htmllive
155
-htmllive: SPHINXBUILD = $(VENVDIR)/bin/sphinx-autobuild
+htmllive: SPHINXBUILD = PATH=$(VENVDIR)/bin:$$PATH sphinx-autobuild
156
htmllive: SPHINXOPTS = --re-ignore="/venv/" --open-browser --delay 0
157
htmllive: _ensure-sphinx-autobuild html
158
0 commit comments