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 6924ed5 commit 97eb2a7Copy full SHA for 97eb2a7
.travis.yml
@@ -28,7 +28,9 @@ matrix:
28
- TESTING=docs
29
before_script:
30
- cd Doc
31
- - pip install -U Sphinx
+ # Sphinx is pinned so that new versions that introduce new warnings won't suddenly cause build failures.
32
+ # (Updating the version is fine as long as no warnings are raised by doing so.)
33
+ - python -m pip install sphinx~=1.5.6
34
script:
35
- make check suspicious html SPHINXOPTS="-q -W"
36
0 commit comments