mirror of https://github.com/python/cpython.git
Build docs in parallel (#1842)
This commit is contained in:
parent
2e6bb4484e
commit
eba68e2c42
|
@ -42,7 +42,7 @@ matrix:
|
||||||
# (Updating the version is fine as long as no warnings are raised by doing so.)
|
# (Updating the version is fine as long as no warnings are raised by doing so.)
|
||||||
- python -m pip install sphinx~=1.6.1
|
- python -m pip install sphinx~=1.6.1
|
||||||
script:
|
script:
|
||||||
- make check suspicious html SPHINXOPTS="-q -W"
|
- make check suspicious html SPHINXOPTS="-q -W -j4"
|
||||||
- os: linux
|
- os: linux
|
||||||
language: c
|
language: c
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
|
|
Loading…
Reference in New Issue