Speed up linkcheck by checking in parallel with 'cpu-count' processes

This commit is contained in:
Hugo 2020-01-29 17:11:59 +02:00
parent 29d36c9260
commit 2dfcfbfaa0

View File

@ -142,7 +142,7 @@ changes:
@echo "The overview file is in $(BUILDDIR)/changes."
linkcheck:
$(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck
$(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck -j auto
@echo
@echo "Link check complete; look for any errors in the above output " \
"or in $(BUILDDIR)/linkcheck/output.txt."