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