mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
Bump Sphinx to 2.2.0. (GH-16532)
This commit is contained in:
parent
f548a3e4a2
commit
c987090c73
5 changed files with 6 additions and 6 deletions
|
|
@ -12,7 +12,7 @@ steps:
|
|||
inputs:
|
||||
versionSpec: '>=3.6'
|
||||
|
||||
- script: python -m pip install sphinx==2.0.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') }}:
|
||||
|
|
@ -21,7 +21,7 @@ steps:
|
|||
displayName: 'Build documentation'
|
||||
|
||||
- ${{ if eq(parameters.latex, 'true') }}:
|
||||
- script: sudo apt-get update && sudo apt-get install -qy --force-yes texlive-full
|
||||
- script: sudo apt-get update && sudo apt-get install -qy --force-yes texlive-full
|
||||
displayName: 'Install LaTeX'
|
||||
|
||||
- script: make dist PYTHON=python SPHINXBUILD='python -m sphinx' BLURB='python -m blurb'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue