diff options
author | Xtreak <tirkarthi@users.noreply.github.com> | 2018-10-21 14:54:52 (GMT) |
---|---|---|
committer | Julien Palard <julien@palard.fr> | 2018-10-21 14:54:52 (GMT) |
commit | 121eb1694cab14df857ba6abe9839654cada15cf (patch) | |
tree | 891eff262bb477f22b63106f1db425abf1fd4805 /.azure-pipelines/docs-steps.yml | |
parent | c3f52a59ce8406d9e59253ad4621e4749abdaeef (diff) | |
download | cpython-121eb1694cab14df857ba6abe9839654cada15cf.zip cpython-121eb1694cab14df857ba6abe9839654cada15cf.tar.gz cpython-121eb1694cab14df857ba6abe9839654cada15cf.tar.bz2 |
bpo-34081: Fix wrong example link that was linking to distutils (GH-8248)
Diffstat (limited to '.azure-pipelines/docs-steps.yml')
-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 c0404ae..460576c 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') }}: |