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 @@ -8,6 +8,7 @@ PYTHON = python3
8
8
VENVDIR = ./venv
9
9
SPHINXBUILD = PATH=$(VENVDIR ) /bin:$$PATH sphinx-build
10
10
BLURB = PATH=$(VENVDIR ) /bin:$$PATH blurb
11
+ JOBS = auto
11
12
PAPER =
12
13
SOURCES =
13
14
DISTVERSION = $(shell $(PYTHON ) tools/extensions/patchlevel.py)
@@ -17,7 +18,7 @@ SPHINXERRORHANDLING = -W
17
18
PAPEROPT_a4 = -D latex_elements.papersize=a4paper
18
19
PAPEROPT_letter = -D latex_elements.papersize=letterpaper
19
20
20
- ALLSPHINXOPTS = -b $(BUILDER ) -d build/doctrees $(PAPEROPT_$(PAPER ) ) -j auto \
21
+ ALLSPHINXOPTS = -b $(BUILDER ) -d build/doctrees $(PAPEROPT_$(PAPER ) ) -j $( JOBS ) \
21
22
$(SPHINXOPTS ) $(SPHINXERRORHANDLING ) . build/$(BUILDER ) $(SOURCES )
22
23
23
24
.PHONY : help build html htmlhelp latex text texinfo changes linkcheck \
You can’t perform that action at this time.
0 commit comments