Speedup: build docs in parallel (GH-92733) (GH-92850)

(cherry picked from commit a487623c6b)
This commit is contained in:
Hugo van Kemenade 2022-05-16 19:53:38 +03:00 committed by GitHub
parent 93d9b782cc
commit cfb9248cd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ jobs:
- name: 'Install build dependencies'
run: make -C Doc/ PYTHON=../python venv
- name: 'Build documentation'
run: xvfb-run make -C Doc/ PYTHON=../python SPHINXOPTS="-q -W --keep-going -j4" doctest html suspicious
run: xvfb-run make -C Doc/ PYTHON=../python SPHINXOPTS="-q -W --keep-going" doctest html suspicious
- name: 'Upload'
uses: actions/upload-artifact@v3
with: