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
168
168
@echo " Spellcheck is finished; look for any errors in the above output " \
169
169
" or in $( BUILDDIR) /spellcheck/ ."
170
170
171
-
172
171
.PHONY : html_meta
173
172
html_meta :
174
173
python ./docs/addMetaData.py
@@ -182,17 +181,14 @@ doctest:
182
181
.PHONY : test
183
182
test : clean linkcheck spellcheck # # Run linkcheck, spellcheck
184
183
185
- .PHONY : test
186
- testlight : clean spellcheck # # Run spellcheck
187
-
188
184
.PHONY : deploy
189
185
deploy : clean html
190
186
191
- .PHONY : all
192
- all : clean spellcheck linkcheck html # # Run checks and build html
193
-
194
187
.PHONY : livehtml
195
188
livehtml :
196
189
cd " $( DOCS_DIR) " && sphinx-autobuild \
197
190
--ignore " *.swp" \
198
191
-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