[3.6] Build docs in parallel (GH-1842) (GH-1872)

(cherry picked from commit eba68e2c42)
This commit is contained in:
Mariatta 2017-05-30 15:29:24 -07:00 committed by GitHub
parent ad13d54646
commit 89e0a189f8
1 changed files with 1 additions and 1 deletions

View File

@ -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