From 69fbef0d60ef6f3ba8735c635c9767c526fd85c3 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Mon, 1 Dec 2025 12:23:13 +0100 Subject: [PATCH] [3.13] Docs: Upgrade Sphinx to 9.0 (GH-142114) (#142129) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> --- Doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/requirements.txt b/Doc/requirements.txt index d5f7b473c3aa..716772b7f28d 100644 --- a/Doc/requirements.txt +++ b/Doc/requirements.txt @@ -7,7 +7,7 @@ # won't suddenly cause build failures. Updating the version is fine as long # as no warnings are raised by doing so. # Keep this version in sync with ``Doc/conf.py``. -sphinx~=8.2.0 +sphinx~=9.0.0 blurb -- 2.47.3