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 4452cdc commit edd9bc9Copy full SHA for edd9bc9
.travis.yml
@@ -40,7 +40,7 @@ matrix:
40
- cd Doc
41
# Sphinx is pinned so that new versions that introduce new warnings won't suddenly cause build failures.
42
# (Updating the version is fine as long as no warnings are raised by doing so.)
43
- - python -m pip install sphinx~=1.6.1 blurb
+ - python -m pip install sphinx==1.8.2 blurb
44
script:
45
- make check suspicious html SPHINXOPTS="-q -W -j4"
46
- os: linux
0 commit comments