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 bf03471 commit 17775aeCopy full SHA for 17775ae
.travis.yml
@@ -54,7 +54,7 @@ matrix:
54
# Sphinx is pinned so that new versions that introduce new warnings won't suddenly cause build failures.
55
# (Updating the version is fine as long as no warnings are raised by doing so.)
56
# The theme used by the docs is stored separately, so we need to install that as well.
57
- - python -m pip install sphinx blurb python-docs-theme
+ - python -m pip install sphinx==1.8.1 blurb python-docs-theme
58
script:
59
- make check suspicious html SPHINXOPTS="-q -W -j4"
60
- os: osx
0 commit comments