We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f29cef commit 497e5e1Copy full SHA for 497e5e1
.travis.yml
@@ -32,7 +32,7 @@ matrix:
32
# (Updating the version is fine as long as no warnings are raised by doing so.)
33
- python -m pip install sphinx~=1.6.1
34
script:
35
- - make check suspicious html SPHINXOPTS="-q -W"
+ - make check suspicious html SPHINXOPTS="-q -W -j4"
36
37
# Travis provides only 2 cores, so don't overdue the parallelism and waste memory.
38
before_script:
0 commit comments