mirror of
https://github.com/python/cpython.git
synced 2026-01-04 14:32:21 +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'
|
||||
uses: actions/setup-python@v5
|
||||
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-dependency-path: 'Doc/requirements-oldest-sphinx.txt'
|
||||
- name: 'Install build dependencies'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue