Skip to content

Commit 5122812

Browse files
hugovkradarhere
andauthored
Use same Python in Makefile
Co-authored-by: Andrew Murray <[email protected]>
1 parent 1b2b15e commit 5122812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ htmlview: html
202202
$(PYTHON) -c "import os, webbrowser; webbrowser.open('file://' + os.path.realpath('$(BUILDDIR)/html/index.html'))"
203203

204204
.PHONY: htmllive
205-
htmllive: SPHINXBUILD = sphinx-autobuild
205+
htmllive: SPHINXBUILD = $(PYTHON) -m sphinx_autobuild
206206
htmllive: SPHINXOPTS = --open-browser --delay 0
207207
htmllive: html
208208

0 commit comments

Comments
 (0)