Treat Sphinx warnings as errors (GH-832)
This commit is contained in:
parent
0579e81f30
commit
334e9ec938
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue