Skip to content

Commit ea719f6

Browse files
committed
Travis-CI: Treat Sphinx warnings a errors
1 parent 1561238 commit ea719f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ script:
3030
- python3 -m pytest
3131
- python3 doc/examples/run_all.py
3232
# This executes the example notebooks and runs the doctests:
33-
- python3 -m sphinx doc/ _build/ -b doctest
33+
- python3 -m sphinx doc/ _build/ -b doctest -W

0 commit comments

Comments
 (0)