aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXtreak <tirkarthi@users.noreply.github.com>2018-10-21 20:24:52 +0530
committerJulien Palard <julien@palard.fr>2018-10-21 16:54:52 +0200
commit121eb1694cab14df857ba6abe9839654cada15cf (patch)
tree891eff262bb477f22b63106f1db425abf1fd4805 /.azure-pipelines
parentbpo-35036: Remove empty log line in the suspicious.py tool (GH-10024) (diff)
downloadcpython-121eb1694cab14df857ba6abe9839654cada15cf.tar.gz
cpython-121eb1694cab14df857ba6abe9839654cada15cf.tar.bz2
cpython-121eb1694cab14df857ba6abe9839654cada15cf.zip
bpo-34081: Fix wrong example link that was linking to distutils (GH-8248)
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 c0404aebdcc..460576cbc95 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.6.1 blurb python-docs-theme
+- script: python -m pip install sphinx==1.8.1 blurb python-docs-theme
displayName: 'Install build dependencies'
- ${{ if ne(parameters.latex, 'true') }}: