[Python-checkins] [3.7] Doc: Bump sphinx. (GH-10676) (GH-10803) (#16522)

larryhastings webhook-mailer at python.org
Tue Oct 8 13:12:26 EDT 2019


https://github.com/python/cpython/commit/edd9bc9cc99c919bdc87e5955ec8ad93c295fbe2
commit: edd9bc9cc99c919bdc87e5955ec8ad93c295fbe2
branch: 3.5
author: Victor Stinner <vstinner at redhat.com>
committer: larryhastings <larry at hastings.org>
date: 2019-10-08T18:12:21+01:00
summary:

[3.7] Doc: Bump sphinx. (GH-10676) (GH-10803) (#16522)

(cherry picked from commit 2db96ae7444880d66d4ef65abab8a5e6ff328711)

Co-authored-by: Julien Palard <julien at palard.fr>
(cherry picked from commit 23a98abd4256f931ed89b65ec6babd4f06dbff97)

files:
M .travis.yml

diff --git a/.travis.yml b/.travis.yml
index eb98a657b2706..20912d5440be8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -40,7 +40,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.6.1 blurb
+        - python -m pip install sphinx==1.8.2 blurb
       script:
         - make check suspicious html SPHINXOPTS="-q -W -j4"
     - os: linux



More information about the Python-checkins mailing list