]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.7] Doc: Bump sphinx. (GH-10676) (GH-10803)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 9 Dec 2018 05:34:30 +0000 (21:34 -0800)
committerGitHub <noreply@github.com>
Sun, 9 Dec 2018 05:34:30 +0000 (21:34 -0800)
(cherry picked from commit 2db96ae7444880d66d4ef65abab8a5e6ff328711)

Co-authored-by: Julien Palard <julien@palard.fr>
.azure-pipelines/docs-steps.yml
.travis.yml

index c0404aebdcc5c7ad6e1facd33ebba1f94a0b6ae3..492e4e34bb2dab9c6f3631858a238cec93ca8798 100644 (file)
@@ -12,7 +12,7 @@ steps:
   inputs:
     versionSpec: '>=3.6'
 
-- script: python -m pip install sphinx~=1.6.1 blurb python-docs-theme
+- script: python -m pip install sphinx==1.8.2 blurb python-docs-theme
   displayName: 'Install build dependencies'
 
 - ${{ if ne(parameters.latex, 'true') }}:
index ed4e46c782f76132ab52dffeb3cc0741ca56ca59..8250fd91b3d9a41ea7fc7e547068e64ac9fbfab7 100644 (file)
@@ -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