File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ DISTVERSION = $(shell $(PYTHON) tools/sphinxext/patchlevel.py)
1414ALLSPHINXOPTS = -b $(BUILDER ) -d build/doctrees -D latex_paper_size=$(PAPER ) \
1515 $(SPHINXOPTS ) . build/$(BUILDER ) $(SOURCES )
1616
17- .PHONY : help checkout update build html htmlhelp latex text changes linkcheck \
17+ .PHONY : help build html htmlhelp latex text changes linkcheck \
1818 suspicious coverage doctest pydoc-topics htmlview clean dist check serve \
1919 autobuild-dev autobuild-stable
2020
3636 @echo " check to run a check for frequent markup errors"
3737 @echo " serve to serve the documentation on the localhost (8000)"
3838
39- build : checkout
39+ build :
4040 $(SPHINXBUILD ) $(ALLSPHINXOPTS )
4141 @echo
4242
@@ -157,7 +157,6 @@ serve:
157157
158158# for development releases: always build
159159autobuild-dev :
160- make update
161160 make dist SPHINXOPTS=' -A daily=1 -A versionswitcher=1'
162161 -make suspicious
163162
You can’t perform that action at this time.
0 commit comments