Skip to content

Commit 334e9ec

Browse files
authored
Treat Sphinx warnings as errors (GH-832)
1 parent 0579e81 commit 334e9ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ matrix:
3939
- cd Doc
4040
- make venv
4141
script:
42-
- make check suspicious html PYTHON="./venv/bin/python" SPHINXBUILD="./venv/bin/python -m sphinx" SPHINXOPTS="-q"
42+
- make check suspicious html PYTHON="./venv/bin/python" SPHINXBUILD="./venv/bin/python -m sphinx" SPHINXOPTS="-q -W"
4343
- os: linux
4444
language: c
4545
compiler: clang

0 commit comments

Comments
 (0)