1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: Carsten Schoenert <c.schoenert@t-online.de>
Date: Mon, 8 Jan 2024 20:29:08 +0100
Subject: docs: Use alabaster theme
The shibuya theme isn't packaged yet.
Forwarded: not-needed
---
docs/conf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -88,7 +88,7 @@
on_rtd = os.environ.get("READTHEDOCS", None) == "True"
-html_theme = "shibuya"
+html_theme = "alabaster"
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
|