]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.7] Doc: Bump sphinx. (GH-10676) (GH-10803) (#16522)
authorVictor Stinner <vstinner@redhat.com>
Tue, 8 Oct 2019 17:12:21 +0000 (19:12 +0200)
committerlarryhastings <larry@hastings.org>
Tue, 8 Oct 2019 17:12:21 +0000 (18:12 +0100)
(cherry picked from commit 2db96ae7444880d66d4ef65abab8a5e6ff328711)

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

.travis.yml

index eb98a657b27064c1db92c9160b011c015bad1f50..20912d5440be8ce807240bbbd69ed35eda061bda 100644 (file)
@@ -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