Commit 497e5e10 authored by Mariatta's avatar Mariatta Committed by GitHub

[2.7] Build docs in parallel (GH-1842). (GH-1873)

(cherry picked from commit eba68e2c)
parent 1f29cefc
...@@ -32,7 +32,7 @@ matrix: ...@@ -32,7 +32,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"
# Travis provides only 2 cores, so don't overdue the parallelism and waste memory. # Travis provides only 2 cores, so don't overdue the parallelism and waste memory.
before_script: before_script:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment