From ae7251c6329d962317c651bfa89527ed8b842b3a Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Sat, 20 Jan 2024 11:20:51 +0000 Subject: [PATCH] [3.12] GH-99380: Update to Sphinx 7 (GH-99381). (cherry picked from commit e6495159f6f2ca4fe3b5143c62fc2ad5873ef54f) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> --- Doc/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doc/requirements.txt b/Doc/requirements.txt index 07d20a63a6523a..118e6c322b4be2 100644 --- a/Doc/requirements.txt +++ b/Doc/requirements.txt @@ -6,12 +6,13 @@ # Sphinx version is pinned so that new versions that introduce new warnings # won't suddenly cause build failures. Updating the version is fine as long # as no warnings are raised by doing so. -sphinx==4.5.0 +sphinx~=7.2.0 blurb sphinx-autobuild sphinxext-opengraph==0.7.5 +sphinx-notfound-page==1.0.0 # The theme used by the documentation is stored separately, so we need # to install that as well.