Skip to content

Commit 5cf3674

Browse files
weiji14core-man
authored andcommitted
Remove linkcheck and doctest targets in doc/Makefile
1 parent 290bb2a commit 5cf3674

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

doc/Makefile

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,6 @@ api:
3838
serve:
3939
cd $(BUILDDIR)/html && python -m http.server 8009
4040

41-
linkcheck:
42-
$(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck
43-
@echo
44-
@echo "Link check complete; look for any errors in the above output " \
45-
"or in $(BUILDDIR)/linkcheck/output.txt."
46-
47-
doctest:
48-
$(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest
49-
@echo "Testing of doctests in the sources finished; look at the " \
50-
"results in $(BUILDDIR)/doctest/output.txt."
51-
5241
clean:
5342
rm -rf $(BUILDDIR)/doctrees
5443
rm -rf $(BUILDDIR)/html

0 commit comments

Comments
 (0)