[3.6] Build docs in parallel (GH-1842) (GH-1872)
(cherry picked from commit eba68e2c42
)
This commit is contained in:
parent
ad13d54646
commit
89e0a189f8
|
@ -41,7 +41,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…
Reference in New Issue