From ba2ff160097154b4a16e29a12abad347febd705f Mon Sep 17 00:00:00 2001
From: Frederik Hennig <frederik.hennig@fau.de>
Date: Mon, 25 Nov 2024 10:08:48 +0100
Subject: [PATCH] Pin pydata theme dependency

pin pydata theme to 0.15.4 to fix sidebar overlay issue, see also https://github.com/executablebooks/sphinx-book-theme/issues/865
---
 pyproject.toml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index a2eedae..48795fa 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -33,7 +33,8 @@ testing = [
 ]
 docs = [
     "sphinx",
-    "sphinx-book-theme",
+    "pydata-sphinx-theme==0.15.4",
+    "sphinx-book-theme==1.1.3",  # workaround for https://github.com/executablebooks/sphinx-book-theme/issues/865
     "myst-parser",
     "sphinx_design",
     "sphinx_autodoc_typehints",
-- 
GitLab