aboutsummaryrefslogtreecommitdiff
path: root/.azure-pipelines
diff options
context:
space:
mode:
authorJulien Palard <julien@palard.fr>2019-06-15 15:41:58 +0200
committerGitHub <noreply@github.com>2019-06-15 15:41:58 +0200
commit7d23dbe6d17bb872da5b89a5674cb32a7a1a2b9c (patch)
tree1079e1fd7cada6a1faeeadd6f2fb5d02d0e24151 /.azure-pipelines
parent552ace7498722f1add9f3782751b0d365f4c24c8 (diff)
downloadcpython3-7d23dbe6d17bb872da5b89a5674cb32a7a1a2b9c.tar.gz
Doc: Bump Sphinx verison. (#13785)
To reflect the one we're using in production.
Diffstat (limited to '.azure-pipelines')
-rw-r--r--.azure-pipelines/docs-steps.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines/docs-steps.yml b/.azure-pipelines/docs-steps.yml
index 492e4e34bb..96361961ea 100644
--- a/.azure-pipelines/docs-steps.yml
+++ b/.azure-pipelines/docs-steps.yml
@@ -12,7 +12,7 @@ steps:
inputs:
versionSpec: '>=3.6'
-- script: python -m pip install sphinx==1.8.2 blurb python-docs-theme
+- script: python -m pip install sphinx==2.0.1 blurb python-docs-theme
displayName: 'Install build dependencies'
- ${{ if ne(parameters.latex, 'true') }}: