File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ VENVDIR = ./venv
9
9
SPHINXBUILD = PATH=$(VENVDIR ) /bin:$$PATH sphinx-build
10
10
SPHINXLINT = PATH=$(VENVDIR ) /bin:$$PATH sphinx-lint
11
11
BLURB = PATH=$(VENVDIR ) /bin:$$PATH blurb
12
+ JOBS = auto
12
13
PAPER =
13
14
SOURCES =
14
15
DISTVERSION = $(shell $(PYTHON ) tools/extensions/patchlevel.py)
@@ -18,7 +19,7 @@ SPHINXERRORHANDLING = -W
18
19
PAPEROPT_a4 = -D latex_elements.papersize=a4paper
19
20
PAPEROPT_letter = -D latex_elements.papersize=letterpaper
20
21
21
- ALLSPHINXOPTS = -b $(BUILDER ) -d build/doctrees $(PAPEROPT_$(PAPER ) ) -j auto \
22
+ ALLSPHINXOPTS = -b $(BUILDER ) -d build/doctrees $(PAPEROPT_$(PAPER ) ) -j $( JOBS ) \
22
23
$(SPHINXOPTS ) $(SPHINXERRORHANDLING ) . build/$(BUILDER ) $(SOURCES )
23
24
24
25
.PHONY : help build html htmlhelp latex text texinfo changes linkcheck \
You can’t perform that action at this time.
0 commit comments