8000 [3.7] Doc: Bump sphinx. (GH-10676) (GH-10803) · python/cpython@2db96ae · GitHub
[go: up one dir, main page]

Skip to content

Commit 2db96ae

Browse files
JulienPalardned-deily
authored andcommitted
[3.7] Doc: Bump sphinx. (GH-10676) (GH-10803)
1 parent 8b7d8ac commit 2db96ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.azure-pipelines/docs-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ steps:
1212
inputs:
1313
versionSpec: '>=3.6'
1414

15-
- script: python -m pip install sphinx~=1.6.1 blurb python-docs-theme
15+
- script: python -m pip install sphinx==1.8.2 blurb python-docs-theme
1616
displayName: 'Install build dependencies'
1717

1818
- ${{ if ne(parameters.latex, 'true') }}:

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ matrix:
5353
- cd Doc
5454
# Sphinx is pinned so that new versions that introduce new warnings won't suddenly cause build failures.
5555
# (Updating the version is fine as long as no warnings are raised by doing so.)
56-
- python -m pip install sphinx~=1.6.1 blurb
56+
- python -m pip install sphinx==1.8.2 blurb
5757
script:
5858
- make check suspicious html SPHINXOPTS="-q -W -j4"
5959
- os: linux

0 commit comments

Comments
 (0)
0