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
99SPHINXBUILD = PATH=$(VENVDIR ) /bin:$$PATH sphinx-build
1010SPHINXLINT = PATH=$(VENVDIR ) /bin:$$PATH sphinx-lint
1111BLURB = PATH=$(VENVDIR ) /bin:$$PATH blurb
12+ JOBS = auto
1213PAPER =
1314SOURCES =
1415DISTVERSION = $(shell $(PYTHON ) tools/extensions/patchlevel.py)
@@ -18,7 +19,7 @@ SPHINXERRORHANDLING = -W
1819PAPEROPT_a4 = -D latex_elements.papersize=a4paper
1920PAPEROPT_letter = -D latex_elements.papersize=letterpaper
2021
21- ALLSPHINXOPTS = -b $(BUILDER ) -d build/doctrees $(PAPEROPT_$(PAPER ) ) -j auto \
22+ ALLSPHINXOPTS = -b $(BUILDER ) -d build/doctrees $(PAPEROPT_$(PAPER ) ) -j $( JOBS ) \
2223 $(SPHINXOPTS ) $(SPHINXERRORHANDLING ) . build/$(BUILDER ) $(SOURCES )
2324
2425.PHONY : help build html htmlhelp latex text texinfo changes linkcheck \
You can’t perform that action at this time.
0 commit comments