]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.7] Doc: Bump sphinx. (GH-10676) (GH-10803)
authorJulien Palard <julien@palard.fr>
Sun, 9 Dec 2018 05:21:54 +0000 (06:21 +0100)
committerNed Deily <nad@python.org>
Sun, 9 Dec 2018 05:21:54 +0000 (00:21 -0500)
.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 27a240f1e68456d44e1efc7a33d5160d20c4f6e5..f44cc741ef461918f4df6203aaf2fe01498e9047 100644 (file)
@@ -53,7 +53,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