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 d97b7dc commit fca224fCopy full SHA for fca224f
.travis.yml
@@ -38,9 +38,11 @@ matrix:
38
- TESTING=docs
39
before_script:
40
- cd Doc
41
- - make venv
+ # 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
44
script:
- - make check suspicious html PYTHON="./venv/bin/python" SPHINXBUILD="./venv/bin/python -m sphinx" SPHINXOPTS="-q -W"
45
+ - make check suspicious html SPHINXOPTS="-q -W"
46
- os: linux
47
language: c
48
compiler: gcc
0 commit comments