From fc2bf45de2ada5bfd90debb5f69a57acb9ce8f4f Mon Sep 17 00:00:00 2001 From: Katrina Prosise Date: Mon, 16 Mar 2026 09:56:55 -0400 Subject: [PATCH] Remove sphinx-toolbox Extension was only being used for the ``confval`` domain, which has been builtin to Sphinx since sphinx 7.0, rendering the extension redundant. Additionally, the extension holds back the docs from being updated to a newer Sphinx release. Checked built output, minor differences in rendering, but overall effect remains the same, and no issues spotted. This commit applies to FFTK-4730, "Update Sphinx and dependencies" Signed-off-by: Katrina Prosise --- requirements.txt | 1 - source/conf.py | 1 - 2 files changed, 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4515a543..a40bf7d4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,6 @@ pydata-sphinx-theme>=0.16.1 sphinx-design>=0.6.1 sphinx==8.2.3 sphinx_copybutton>=0.5.2 -sphinx_toolbox sphinx-reredirects sphinx-autobuild meilisearch diff --git a/source/conf.py b/source/conf.py index 766282fe..a35423e7 100644 --- a/source/conf.py +++ b/source/conf.py @@ -155,7 +155,6 @@ 'sphinx.ext.ifconfig', 'sphinx_design', 'sphinx_copybutton', - 'sphinx_toolbox.confval', 'sphinx_reredirects', 'sphinx.ext.graphviz', 'sphinx_new_tab_link',