]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Doc: Bump sphinx. (GH-10676)
authorJulien Palard <julien@palard.fr>
Sat, 24 Nov 2018 10:35:21 +0000 (11:35 +0100)
committerGitHub <noreply@github.com>
Sat, 24 Nov 2018 10:35:21 +0000 (11:35 +0100)
.azure-pipelines/docs-steps.yml
.travis.yml

index 460576cbc9555680dc689950fd0aefb917704c5b..492e4e34bb2dab9c6f3631858a238cec93ca8798 100644 (file)
@@ -12,7 +12,7 @@ steps:
   inputs:
     versionSpec: '>=3.6'
 
-- script: python -m pip install sphinx==1.8.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 41c0e0fd6aa18ef1e91c19362f2a15e107080a3c..ef3c2be5e580b4f53d584e67a5f65fbaa2bbf41e 100644 (file)
@@ -54,7 +54,7 @@ matrix:
         # 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.)
         # The theme used by the docs is stored separately, so we need to install that as well.
-        - python -m pip install sphinx==1.8.1 blurb python-docs-theme
+        - python -m pip install sphinx==1.8.2 blurb python-docs-theme
       script:
         - make check suspicious html SPHINXOPTS="-q -W -j4"
     - os: osx