File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 37
37
- name : ' Install build dependencies'
38
38
run : make -C Doc/ PYTHON=../python venv
39
39
- name : ' Build documentation'
40
- run : xvfb-run make -C Doc/ PYTHON=../python SPHINXOPTS="-q -W --keep-going -j4 " doctest html suspicious
40
+ run : xvfb-run make -C Doc/ PYTHON=../python SPHINXOPTS="-q -W --keep-going" doctest html suspicious
41
41
- name : ' Upload'
42
42
uses : actions/upload-artifact@v3
43
43
with :
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ SPHINXERRORHANDLING = -W
17
17
PAPEROPT_a4 = -D latex_elements.papersize=a4paper
18
18
PAPEROPT_letter = -D latex_elements.papersize=letterpaper
19
19
20
- ALLSPHINXOPTS = -b $(BUILDER ) -d build/doctrees $(PAPEROPT_$(PAPER ) ) \
20
+ ALLSPHINXOPTS = -b $(BUILDER ) -d build/doctrees $(PAPEROPT_$(PAPER ) ) -j auto \
21
21
$(SPHINXOPTS ) $(SPHINXERRORHANDLING ) . build/$(BUILDER ) $(SOURCES )
22
22
23
23
.PHONY : help build html htmlhelp latex text texinfo changes linkcheck \
You can’t perform that action at this time.
0 commit comments