From 1be14c3947b660a8fe2f7db965976f7f10d1591e Mon Sep 17 00:00:00 2001 From: Katrina Prosise Date: Thu, 18 Dec 2025 08:50:21 -0500 Subject: [PATCH] Update Sphinx version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sphinx changed from 8.1.3 to 8.2.3, the latest version supported by all the extensions. Ran HTML build and linkcheck, no issues to note. This commit addresses FFTK-4529, "Update versions…" Signed-off-by: Katrina Prosise --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 91286710..4515a543 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ setuptools==78.1.1 -pydata-sphinx-theme -sphinx-design -sphinx==8.1.3 +pydata-sphinx-theme>=0.16.1 +sphinx-design>=0.6.1 +sphinx==8.2.3 sphinx_copybutton>=0.5.2 sphinx_toolbox sphinx-reredirects