From: Brett Cannon Date: Tue, 23 May 2017 00:47:01 +0000 (-0700) Subject: Build the docs against Sphinx 1.6.1 (GH-1744) X-Git-Tag: v2.7.14rc1~133 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fd58340e477d82141c90f90c7ec888c3aa9fe84a;p=python Build the docs against Sphinx 1.6.1 (GH-1744) --- diff --git a/.travis.yml b/.travis.yml index 0bc552a621..568b6f06d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ matrix: - cd Doc # Sphinx is pinned so that new versions that introduce new warnings won't suddenly cause build failures. # (Updating the version is fine as long as no warnings are raised by doing so.) - - python -m pip install sphinx~=1.5.6 + - python -m pip install sphinx~=1.6.1 script: - make check suspicious html SPHINXOPTS="-q -W"