]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Treat Sphinx warnings as errors (GH-832) (GH-835)
authorZachary Ware <zachary.ware@gmail.com>
Mon, 27 Mar 2017 03:54:45 +0000 (22:54 -0500)
committerGitHub <noreply@github.com>
Mon, 27 Mar 2017 03:54:45 +0000 (22:54 -0500)
(cherry picked from commit 334e9ec938ea9876baadef15edb135d6d2aff30c)

.travis.yml

index 66f03dc7161a7f09cfcdbb37a72db4c5ccee7c4b..3496a1abba2c9707fb79b3f6cf881ae1d2f0cfbe 100644 (file)
@@ -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