From 0b0a7a7cd3ddc7047fe4c30a625ed19baf57e9de Mon Sep 17 00:00:00 2001
From: Frederik Hennig <frederik.hennig@fau.de>
Date: Sun, 24 Nov 2024 19:29:31 +0100
Subject: [PATCH] switch docs to book theme

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index cfd4866..a2eedae 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -33,7 +33,7 @@ testing = [
 ]
 docs = [
     "sphinx",
-    "furo",
+    "sphinx-book-theme",
     "myst-parser",
     "sphinx_design",
     "sphinx_autodoc_typehints",
-- 
GitLab