Browse Source

Treat Sphinx warnings as errors (GH-832)

pull/841/head
Zachary Ware 9 years ago
committed by GitHub
parent
commit
334e9ec938
  1. 2
      .travis.yml

2
.travis.yml

@ -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…
Cancel
Save