From d2caf8bee81dd18ffb4bcddc3005b44c6f88bda1 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Fri, 19 Jul 2024 09:52:42 +0200 Subject: [3.13] GH-117928: Bump the minimum Sphinx version to 6.2.1 (GH-121986) (#121994) GH-117928: Bump the minimum Sphinx version to 6.2.1 (GH-121986) (cherry picked from commit 7dd52b63cef3ff60868dea510ef7a9adcc6611cc) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> --- Doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/conf.py b/Doc/conf.py index 6ab8e8c..9f08948 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -83,7 +83,7 @@ today_fmt = '%B %d, %Y' highlight_language = 'python3' # Minimum version of sphinx required -needs_sphinx = '4.2' +needs_sphinx = '6.2.1' # Create table of contents entries for domain objects (e.g. functions, classes, # attributes, etc.). Default is True. -- cgit v0.12