mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
Doc: Bump Sphinx verison. (#13785)
To reflect the one we're using in production.
This commit is contained in:
parent
552ace7498
commit
7d23dbe6d1
3 changed files with 3 additions and 3 deletions
|
|
@ -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') }}:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue