mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
bpo-42843: Keep Sphinx 1.8 and Sphinx 2 compatibility (GH-24282)
This commit is contained in:
parent
483359174e
commit
5c1f15b4b1
11 changed files with 30 additions and 48 deletions
|
|
@ -12,7 +12,7 @@ steps:
|
|||
inputs:
|
||||
versionSpec: '>=3.6'
|
||||
|
||||
- script: python -m pip install sphinx==3.2.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') }}:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue