Treat Sphinx warnings as errors (GH-832) (GH-835)

(cherry picked from commit 334e9ec938)
This commit is contained in:
Zachary Ware 2017-03-26 22:54:45 -05:00 committed by GitHub
parent 8ce3085bf1
commit c2492ddd7c

View file

@ -39,7 +39,7 @@ matrix:
- cd Doc
- make venv
script:
- make check suspicious html PYTHON="./venv/bin/python" SPHINXBUILD="./venv/bin/python -m sphinx" SPHINXOPTS="-q"
- make check suspicious html PYTHON="./venv/bin/python" SPHINXBUILD="./venv/bin/python -m sphinx" SPHINXOPTS="-q -W"
- os: linux
language: c
compiler: clang