Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7d23dbe

Browse files
authored
Doc: Bump Sphinx verison. (#13785)
To reflect the one we're using in production.
1 parent 552ace7 commit 7d23dbe

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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.2 blurb python-docs-theme
15+
- script: python -m pip install sphinx==2.0.1 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
@@ -55,7 +55,7 @@ matrix:
5555
# Sphinx is pinned so that new versions that introduce new warnings won't suddenly cause build failures.
5656
# (Updating the version is fine as long as no warnings are raised by doing so.)
5757
# The theme used by the docs is stored separately, so we need to install that as well.
58-
- python -m pip install sphinx==1.8.2 blurb python-docs-theme
58+
- python -m pip install sphinx==2.0.1 blurb python-docs-theme
5959
script:
6060
- make check suspicious html SPHINXOPTS="-q -W -j4"
6161
- name: "Documentation tests"

Doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ clean:
133133
venv:
134134
$(PYTHON) -m venv $(VENVDIR)
135135
$(VENVDIR)/bin/python3 -m pip install -U pip setuptools
136-
$(VENVDIR)/bin/python3 -m pip install -U Sphinx blurb python-docs-theme
136+
$(VENVDIR)/bin/python3 -m pip install -U Sphinx==2.0.1 blurb python-docs-theme
137137
@echo "The venv has been created in the $(VENVDIR) directory"
138138

139139
dist:

0 commit comments

Comments
 (0)