]> granicus.if.org Git - python/commitdiff
Build the docs against Sphinx 1.6.1 (GH-1744)
authorBrett Cannon <brettcannon@users.noreply.github.com>
Tue, 23 May 2017 00:47:01 +0000 (17:47 -0700)
committerGitHub <noreply@github.com>
Tue, 23 May 2017 00:47:01 +0000 (17:47 -0700)
.travis.yml

index 0bc552a621cfe103672b7b012d5389fd1933b669..568b6f06d902f1f91946f0b3fb1ee36112bc6157 100644 (file)
@@ -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"