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 083f13e commit 7760695Copy full SHA for 7760695
.travis.yml
@@ -37,9 +37,11 @@ matrix:
37
- TESTING=docs
38
before_script:
39
- cd Doc
40
- - make venv
+ # Sphinx is pinned so that new versions that introduce new warnings won't suddenly cause build failures.
41
+ # (Updating the version is fine as long as no warnings are raised by doing so.)
42
+ - python -m pip install sphinx~=1.6.1
43
script:
- - make check suspicious html PYTHON="./venv/bin/python" SPHINXBUILD="./venv/bin/python -m sphinx" SPHINXOPTS="-q -W"
44
+ - make check suspicious html SPHINXOPTS="-q -W"
45
- os: linux
46
language: c
47
compiler: gcc
0 commit comments