mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Speedup: build docs in parallel (GH-92733)
(cherry picked from commit a487623c6b
)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
parent
a3d2ce95d1
commit
2ef6a986ee
2 changed files with 4 additions and 4 deletions
|
@ -18,7 +18,7 @@ SPHINXERRORHANDLING = -W
|
|||
PAPEROPT_a4 = -D latex_elements.papersize=a4paper
|
||||
PAPEROPT_letter = -D latex_elements.papersize=letterpaper
|
||||
|
||||
ALLSPHINXOPTS = -b $(BUILDER) -d build/doctrees $(PAPEROPT_$(PAPER)) \
|
||||
ALLSPHINXOPTS = -b $(BUILDER) -d build/doctrees $(PAPEROPT_$(PAPER)) -j auto \
|
||||
$(SPHINXOPTS) $(SPHINXERRORHANDLING) . build/$(BUILDER) $(SOURCES)
|
||||
|
||||
.PHONY: help build html htmlhelp latex text texinfo changes linkcheck \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue