Doc: Bump Sphinx verison. (#13785)

To reflect the one we're using in production.
This commit is contained in:
Julien Palard 2019-06-15 15:41:58 +02:00 committed by GitHub
parent 552ace7498
commit 7d23dbe6d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -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') }}: