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 3737 - name : ' Install build dependencies'
3838 run : make -C Doc/ PYTHON=../python venv
3939 - 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
4141 - name : ' Upload'
4242 uses : actions/upload-artifact@v3
4343 with :
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ SPHINXERRORHANDLING = -W
1717PAPEROPT_a4 = -D latex_elements.papersize=a4paper
1818PAPEROPT_letter = -D latex_elements.papersize=letterpaper
1919
20- ALLSPHINXOPTS = -b $(BUILDER ) -d build/doctrees $(PAPEROPT_$(PAPER ) ) \
20+ ALLSPHINXOPTS = -b $(BUILDER ) -d build/doctrees $(PAPEROPT_$(PAPER ) ) -j auto \
2121 $(SPHINXOPTS ) $(SPHINXERRORHANDLING ) . build/$(BUILDER ) $(SOURCES )
2222
2323.PHONY : help build html htmlhelp latex text texinfo changes linkcheck \
You can’t perform that action at this time.
0 commit comments