Skip to content

Commit 7f4ba4a

Browse files
authored
Doc: Bump sphinx. (GH-10676)
1 parent 5b83ef7 commit 7f4ba4a

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.8.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
@@ -54,7 +54,7 @@ matrix:
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.)
5656
# The theme used by the docs is stored separately, so we need to install that as well.
57-
- python -m pip install sphinx==1.8.1 blurb python-docs-theme
57+
- python -m pip install sphinx==1.8.2 blurb python-docs-theme
5858
script:
5959
- make check suspicious html SPHINXOPTS="-q -W -j4"
6060
- os: osx

0 commit comments

Comments
 (0)