Skip to content

Commit 23a98ab

Browse files
[3.7] Doc: Bump sphinx. (GH-10676) (GH-10803)
(cherry picked from commit 2db96ae) Co-authored-by: Julien Palard <[email protected]>
1 parent 25555e0 commit 23a98ab

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
@@ -43,7 +43,7 @@ matrix:
4343
- cd Doc
4444
# Sphinx is pinned so that new versions that introduce new warnings won't suddenly cause build failures.
4545
# (Updating the version is fine as long as no warnings are raised by doing so.)
46-
- python -m pip install sphinx~=1.6.1 blurb
46+
- python -m pip install sphinx==1.8.2 blurb
4747
script:
4848
- make check suspicious html SPHINXOPTS="-q -W -j4"
4949
- os: linux

0 commit comments

Comments
 (0)