mirror of
https://github.com/python/cpython.git
synced 2025-08-12 04:49:01 +00:00
[3.12] GH-125277: Increase minimum supported Sphinx to 7.2.6 (GH-125368) (#125721)
This commit is contained in:
parent
93933782d9
commit
2ce10b1729
4 changed files with 19 additions and 17 deletions
2
.github/workflows/reusable-docs.yml
vendored
2
.github/workflows/reusable-docs.yml
vendored
|
@ -81,7 +81,7 @@ jobs:
|
||||||
- name: 'Set up Python'
|
- name: 'Set up Python'
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.12' # known to work with Sphinx 6.2.1
|
python-version: '3.13' # known to work with Sphinx 7.2.6
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
cache-dependency-path: 'Doc/requirements-oldest-sphinx.txt'
|
cache-dependency-path: 'Doc/requirements-oldest-sphinx.txt'
|
||||||
- name: 'Install build dependencies'
|
- name: 'Install build dependencies'
|
||||||
|
|
|
@ -82,7 +82,7 @@ today_fmt = '%B %d, %Y'
|
||||||
highlight_language = 'python3'
|
highlight_language = 'python3'
|
||||||
|
|
||||||
# Minimum version of sphinx required
|
# Minimum version of sphinx required
|
||||||
needs_sphinx = '6.2.1'
|
needs_sphinx = '7.2.6'
|
||||||
|
|
||||||
# Create table of contents entries for domain objects (e.g. functions, classes,
|
# Create table of contents entries for domain objects (e.g. functions, classes,
|
||||||
# attributes, etc.). Default is True.
|
# attributes, etc.). Default is True.
|
||||||
|
|
|
@ -7,29 +7,29 @@ blurb
|
||||||
python-docs-theme>=2022.1
|
python-docs-theme>=2022.1
|
||||||
|
|
||||||
# Generated from:
|
# Generated from:
|
||||||
# pip install "Sphinx~=6.2.1"
|
# pip install "Sphinx~=7.2.6"
|
||||||
# pip freeze
|
# pip freeze
|
||||||
#
|
#
|
||||||
# Sphinx 6.2.1 comes from ``needs_sphinx = '6.2.1'`` in ``Doc/conf.py``.
|
# Sphinx 7.2.6 comes from ``needs_sphinx = '7.2.6'`` in ``Doc/conf.py``.
|
||||||
|
|
||||||
alabaster==0.7.16
|
alabaster==0.7.16
|
||||||
Babel==2.15.0
|
Babel==2.16.0
|
||||||
certifi==2024.7.4
|
certifi==2024.8.30
|
||||||
charset-normalizer==3.3.2
|
charset-normalizer==3.4.0
|
||||||
docutils==0.19
|
docutils==0.20.1
|
||||||
idna==3.7
|
idna==3.10
|
||||||
imagesize==1.4.1
|
imagesize==1.4.1
|
||||||
Jinja2==3.1.4
|
Jinja2==3.1.4
|
||||||
MarkupSafe==2.1.5
|
MarkupSafe==3.0.1
|
||||||
packaging==24.1
|
packaging==24.1
|
||||||
Pygments==2.18.0
|
Pygments==2.18.0
|
||||||
requests==2.32.3
|
requests==2.32.3
|
||||||
snowballstemmer==2.2.0
|
snowballstemmer==2.2.0
|
||||||
Sphinx==6.2.1
|
Sphinx==7.2.6
|
||||||
sphinxcontrib-applehelp==1.0.8
|
sphinxcontrib-applehelp==2.0.0
|
||||||
sphinxcontrib-devhelp==1.0.6
|
sphinxcontrib-devhelp==2.0.0
|
||||||
sphinxcontrib-htmlhelp==2.0.5
|
sphinxcontrib-htmlhelp==2.1.0
|
||||||
sphinxcontrib-jsmath==1.0.1
|
sphinxcontrib-jsmath==1.0.1
|
||||||
sphinxcontrib-qthelp==1.0.7
|
sphinxcontrib-qthelp==2.0.0
|
||||||
sphinxcontrib-serializinghtml==1.1.10
|
sphinxcontrib-serializinghtml==2.0.0
|
||||||
urllib3==2.2.2
|
urllib3==2.2.3
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
Require Sphinx 7.2.6 or later to build the Python documentation.
|
||||||
|
Patch by Adam Turner.
|
Loading…
Add table
Add a link
Reference in a new issue