aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Palard <julien@palard.fr>2019-10-22 18:13:41 +0200
committerGitHub <noreply@github.com>2019-10-22 18:13:41 +0200
commitc987090c731a363c58a02d0efcb3c2d49ccf61ed (patch)
tree545c058dbebe962c7128cdae4cf65db840655470 /.azure-pipelines
parentbpo-38303: Make audioop extension module PEP-384 compatible (GH-16497) (diff)
downloadcpython-c987090c731a363c58a02d0efcb3c2d49ccf61ed.tar.gz
cpython-c987090c731a363c58a02d0efcb3c2d49ccf61ed.tar.bz2
cpython-c987090c731a363c58a02d0efcb3c2d49ccf61ed.zip
Bump Sphinx to 2.2.0. (GH-16532)
Diffstat (limited to '.azure-pipelines')
-rw-r--r--.azure-pipelines/docs-steps.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.azure-pipelines/docs-steps.yml b/.azure-pipelines/docs-steps.yml
index 96361961ea7..eaf4ad01927 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==2.0.1 blurb python-docs-theme
+- script: python -m pip install sphinx==2.2.0 blurb python-docs-theme
displayName: 'Install build dependencies'
- ${{ if ne(parameters.latex, 'true') }}:
@@ -21,7 +21,7 @@ steps:
displayName: 'Build documentation'
- ${{ if eq(parameters.latex, 'true') }}:
- - script: sudo apt-get update && sudo apt-get install -qy --force-yes texlive-full
+ - script: sudo apt-get update && sudo apt-get install -qy --force-yes texlive-full
displayName: 'Install LaTeX'
- script: make dist PYTHON=python SPHINXBUILD='python -m sphinx' BLURB='python -m blurb'