File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 25
25
@echo " venv to create a venv with necessary tools"
26
26
@echo " html to make standalone HTML files"
27
27
@echo " htmlview to open the index page built by the html target in your browser"
28
- @echo " autobuild to rebuild and reload HTML files in your browser"
28
+ @echo " htmllive to rebuild and reload HTML files in your browser"
29
29
@echo " clean to remove the venv and build files"
30
30
@echo " dirhtml to make HTML files named index.html in directories"
31
31
@echo " singlehtml to make a single large HTML file"
@@ -159,10 +159,10 @@ doctest: html
159
159
htmlview : html
160
160
$(PYTHON ) -c " import os, webbrowser; webbrowser.open('file://' + os.path.realpath('_build/html/index.html'))"
161
161
162
- .PHONY : autobuild
163
- autobuild : SPHINXBUILD = $(VENVDIR ) /bin/sphinx-autobuild
164
- autobuild : SPHINXOPTS = --re-ignore="/\.idea/|/venv/"
165
- autobuild : html
162
+ .PHONY : htmllive
163
+ htmllive : SPHINXBUILD = $(VENVDIR ) /bin/sphinx-autobuild
164
+ htmllive : SPHINXOPTS = --re-ignore="/\.idea/|/venv/"
165
+ htmllive : html
166
166
167
167
.PHONY : check
168
168
check : ensure-venv
You can’t perform that action at this time.
0 commit comments