File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,6 @@ spellcheck: ## Run spellcheck
168168 @echo " Spellcheck is finished; look for any errors in the above output " \
169169 " or in $( BUILDDIR) /spellcheck/ ."
170170
171-
172171.PHONY : html_meta
173172html_meta :
174173 python ./docs/addMetaData.py
@@ -182,17 +181,14 @@ doctest:
182181.PHONY : test
183182test : clean linkcheck spellcheck # # Run linkcheck, spellcheck
184183
185- .PHONY : test
186- testlight : clean spellcheck # # Run spellcheck
187-
188184.PHONY : deploy
189185deploy : clean html
190186
191- .PHONY : all
192- all : clean spellcheck linkcheck html # # Run checks and build html
193-
194187.PHONY : livehtml
195188livehtml :
196189 cd " $( DOCS_DIR) " && sphinx-autobuild \
197190 --ignore " *.swp" \
198191 -b html . " $( BUILDDIR) /html" $(SPHINXOPTS ) $(O )
192+
193+ .PHONY : all
194+ all : clean spellcheck linkcheck html # # Run checks and build html
You can’t perform that action at this time.
0 commit comments