Commit 334e9ec9 authored by Zachary Ware's avatar Zachary Ware Committed by GitHub

Treat Sphinx warnings as errors (GH-832)

parent 0579e81f
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment