Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2db96ae

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

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎.azure-pipelines/docs-steps.yml

Copy file name to clipboardExpand all lines: .azure-pipelines/docs-steps.yml
+1-1Lines 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

Copy file name to clipboardExpand all lines: .travis.yml
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.