From 04b4c78f99b2a007dc5bbec7393053d301acc55e Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Thu, 18 Jul 2024 21:37:12 +0100 Subject: [PATCH] GH-117928: Bump the minimum Sphinx version to 6.2.1 --- Doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/conf.py b/Doc/conf.py index 7f925dc7a8eb26..5addee0378984a 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -82,7 +82,7 @@ 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.