diff options
author | Julien Palard <julien@palard.fr> | 2019-06-15 15:41:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-15 15:41:58 +0200 |
commit | 7d23dbe6d17bb872da5b89a5674cb32a7a1a2b9c (patch) | |
tree | 1079e1fd7cada6a1faeeadd6f2fb5d02d0e24151 /.azure-pipelines | |
parent | Fix typo in Lib/concurrent/futures/thread.py (GH-13953) (diff) | |
download | cpython-7d23dbe6d17bb872da5b89a5674cb32a7a1a2b9c.tar.gz cpython-7d23dbe6d17bb872da5b89a5674cb32a7a1a2b9c.tar.bz2 cpython-7d23dbe6d17bb872da5b89a5674cb32a7a1a2b9c.zip |
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.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines/docs-steps.yml b/.azure-pipelines/docs-steps.yml index 492e4e34bb2..96361961ea7 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') }}: |