From: Zachary Ware Date: Mon, 27 Mar 2017 03:54:45 +0000 (-0500) Subject: Treat Sphinx warnings as errors (GH-832) (GH-835) X-Git-Tag: v3.5.4rc1~252 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c2492ddd7c9797f94c85988ce7a86320d4ebfb59;p=thirdparty%2FPython%2Fcpython.git Treat Sphinx warnings as errors (GH-832) (GH-835) (cherry picked from commit 334e9ec938ea9876baadef15edb135d6d2aff30c) --- diff --git a/.travis.yml b/.travis.yml index 66f03dc7161a..3496a1abba2c 100644 --- a/.travis.yml +++ b/.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