]> granicus.if.org Git - python/commitdiff
[2.7] Build docs in parallel (GH-1842). (GH-1873)
authorMariatta <Mariatta@users.noreply.github.com>
Tue, 30 May 2017 22:29:40 +0000 (15:29 -0700)
committerGitHub <noreply@github.com>
Tue, 30 May 2017 22:29:40 +0000 (15:29 -0700)
(cherry picked from commit eba68e2c42e149acecb15bbeb692786e2540157d)

.travis.yml

index 568b6f06d902f1f91946f0b3fb1ee36112bc6157..df66713eb15b31ee9bcb3c5fbde1572f6bb28fd6 100644 (file)
@@ -32,7 +32,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"
 
 # Travis provides only 2 cores, so don't overdue the parallelism and waste memory.
 before_script: