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 - cd Doc
- make venv - make venv
script: 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 - os: linux
language: c language: c
compiler: clang compiler: clang

Loading…
Cancel
Save