mirror of
https://github.com/python/cpython.git
synced 2026-01-04 22:42:14 +00:00
[3.12] gh-117928: Bump the minimum Sphinx version to 6.2.1 (GH-117853) (#118321)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
parent
db474606f7
commit
ef12d239fa
6 changed files with 24 additions and 40 deletions
2
.github/workflows/reusable-docs.yml
vendored
2
.github/workflows/reusable-docs.yml
vendored
|
|
@ -74,7 +74,7 @@ jobs:
|
|||
- name: 'Set up Python'
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.11' # known to work with Sphinx 4.2
|
||||
python-version: '3.12' # known to work with Sphinx 6.2.1
|
||||
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