Skip to content

Commit 124e30e

Browse files
authored
Merge pull request #4397 from hugovk/speedup-linkcheck
Docs: Speed up linkcheck by checking in parallel
2 parents 4aa582a + 2dfcfbf commit 124e30e

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)