Build docs in parallel (#1842)

This commit is contained in:
Antoine Pitrou 2017-05-29 12:05:45 +02:00 committed by GitHub
parent 2e6bb4484e
commit eba68e2c42
1 changed files with 1 additions and 1 deletions

View File

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