mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
GH-109209: Bump the minimum Sphinx version to 4.2 (#109210)
This commit is contained in:
parent
9ccf0545ef
commit
712cb173f8
4 changed files with 7 additions and 8 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@v4
|
||||
with:
|
||||
python-version: '3.11' # known to work with Sphinx 3.2
|
||||
python-version: '3.11' # known to work with Sphinx 4.2
|
||||
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