From 51d4a6aac93ed9ee7e66895ca200d0847889ddb1 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Sun, 16 Feb 2025 06:17:27 +0000 Subject: [PATCH 1/2] Docs: Upgrade Sphinx to 8.2 --- Doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/requirements.txt b/Doc/requirements.txt index 32ff8f74d05bb6..56b712d8acf8f8 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.0rc1 blurb From afe1f7af99e0ded36dab0da2b76d70128952da72 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Tue, 18 Feb 2025 19:58:13 +0000 Subject: [PATCH 2/2] 8.2 has been released --- Doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/requirements.txt b/Doc/requirements.txt index 56b712d8acf8f8..2e429f46b43408 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.0rc1 +sphinx~=8.2.0 blurb