From 43898abd9af6d09d7dc276b1172134bf6eac499d Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Wed, 19 Feb 2025 00:55:11 +0100 Subject: [PATCH] [3.12] Docs: Upgrade Sphinx to 8.2 (GH-130171) (#130288) Docs: Upgrade Sphinx to 8.2 (GH-130171) (cherry picked from commit 736ad664e0c3be05fad76a764b68ffb700afb612) 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 32ff8f74d05b..2e429f46b434 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.1.0 +sphinx~=8.2.0 blurb -- 2.47.3