Skip to content

Commit 2dfcfbf

Browse files
committed
Speed up linkcheck by checking in parallel with 'cpu-count' processes
1 parent 29d36c9 commit 2dfcfbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ changes:
142142
@echo "The overview file is in $(BUILDDIR)/changes."
143143

144144
linkcheck:
145-
$(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck
145+
$(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck -j auto
146146
@echo
147147
@echo "Link check complete; look for any errors in the above output " \
148148
"or in $(BUILDDIR)/linkcheck/output.txt."

0 commit comments

Comments
 (0)