This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients docs@python, larry, mdk, vstinner
Date 2019-10-01.13:25:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569936328.19.0.690529231769.issue38339@roundup.psfhosted.org>
In-reply-to
Content
I suggest to backport https://github.com/python/cpython/pull/10676 to 3.5: use Sphinx 1.8.2 in .travis.yml. Commit in the 3.6 branch:

commit 23a98abd4256f931ed89b65ec6babd4f06dbff97
Author: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Date:   Sat Dec 8 21:34:30 2018 -0800

    [3.7] Doc: Bump sphinx. (GH-10676) (GH-10803)
    
    (cherry picked from commit 2db96ae7444880d66d4ef65abab8a5e6ff328711)
    
    Co-authored-by: Julien Palard <julien@palard.fr>

diff --git a/.travis.yml b/.travis.yml
index ed4e46c782..8250fd91b3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -43,7 +43,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
History
Date User Action Args
2019-10-01 13:25:28vstinnersetrecipients: + vstinner, larry, docs@python, mdk
2019-10-01 13:25:28vstinnersetmessageid: <1569936328.19.0.690529231769.issue38339@roundup.psfhosted.org>
2019-10-01 13:25:28vstinnerlinkissue38339 messages
2019-10-01 13:25:28vstinnercreate