mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Build docs in parallel (#1842)
This commit is contained in:
parent
2e6bb4484e
commit
eba68e2c42
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ matrix:
|
|||
# (Updating the version is fine as long as no warnings are raised by doing so.)
|
||||
- python -m pip install sphinx~=1.6.1
|
||||
script:
|
||||
- make check suspicious html SPHINXOPTS="-q -W"
|
||||
- make check suspicious html SPHINXOPTS="-q -W -j4"
|
||||
- os: linux
|
||||
language: c
|
||||
compiler: gcc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue