mirror of https://github.com/python/cpython
bpo-43774: Doc job of Azure Pipelines uses Doc/requirements.txt (GH-25296)
Don't hardcode the Sphinx version but use Doc/requirements.txt.
This commit is contained in:
parent
d00a449d6d
commit
f7be26a8f2
|
@ -12,7 +12,8 @@ steps:
|
||||||
inputs:
|
inputs:
|
||||||
versionSpec: '>=3.6'
|
versionSpec: '>=3.6'
|
||||||
|
|
||||||
- script: python -m pip install sphinx==2.2.0 blurb python-docs-theme
|
- script: python -m pip install -r requirements.txt
|
||||||
|
workingDirectory: '$(build.sourcesDirectory)/Doc'
|
||||||
displayName: 'Install build dependencies'
|
displayName: 'Install build dependencies'
|
||||||
|
|
||||||
- ${{ if ne(parameters.latex, 'true') }}:
|
- ${{ if ne(parameters.latex, 'true') }}:
|
||||||
|
|
Loading…
Reference in New Issue