From ab7e68dde98a42727362c8cf8304b72eca8abbe5 Mon Sep 17 00:00:00 2001 From: Felix Exner Date: Thu, 15 Jan 2026 10:15:44 +0100 Subject: [PATCH] [CI Doc builds] Pin sphinx version to <9 Using sphinx >=9 leads to issues with the sphinx-tabs extension (see executablebooks/sphinx-tabs#206) Until this is fixed upstream, sphinx will be pinned to version <9. This should fix our doc builds. --- doc_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_requirements.txt b/doc_requirements.txt index 325ab1113..6cacbeb57 100644 --- a/doc_requirements.txt +++ b/doc_requirements.txt @@ -1,4 +1,4 @@ -sphinx +sphinx<9 sphinx-copybutton sphinx-tabs sphinx_rtd_theme