summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-09-22 12:30:57 (GMT)
committerGitHub <noreply@github.com>2023-09-22 12:30:57 (GMT)
commit9e4ac21c46ac1e937cbfbe5603c6e71cc073a3ee (patch)
treeec6efe6afddd33764357614058310476ca8ec07b /.github
parent4a0c118d6a4080efc538802f70ee79ce5c046e72 (diff)
downloadcpython-9e4ac21c46ac1e937cbfbe5603c6e71cc073a3ee.zip
cpython-9e4ac21c46ac1e937cbfbe5603c6e71cc073a3ee.tar.gz
cpython-9e4ac21c46ac1e937cbfbe5603c6e71cc073a3ee.tar.bz2
[3.12] GH-109209: Bump the minimum Sphinx version to 4.2 (GH-109210) (#109636)
GH-109209: Bump the minimum Sphinx version to 4.2 (GH-109210) (cherry picked from commit 712cb173f8e1d02c625a40ae03bba57b0c1c032a) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/reusable-docs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/reusable-docs.yml b/.github/workflows/reusable-docs.yml
index 51efa54..1c4fa42 100644
--- a/.github/workflows/reusable-docs.yml
+++ b/.github/workflows/reusable-docs.yml
@@ -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'