Skip to content

Commit c2492dd

Browse files
authored
Treat Sphinx warnings as errors (GH-832) (GH-835)
(cherry picked from commit 334e9ec)
1 parent 8ce3085 commit c2492dd

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)