1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
From: Debian Python Team <team+python@tracker.debian.org>
Date: Sun, 25 Dec 2022 10:59:40 -0400
Subject: no-unpackaged-theme
Do not use unpackaged theme: furo
Do not use unpackaged theme: furo
---
doc/source/theme_config.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/source/theme_config.py b/doc/source/theme_config.py
index adf0f67..0f0af46 100644
--- a/doc/source/theme_config.py
+++ b/doc/source/theme_config.py
@@ -26,7 +26,7 @@ colors = {
"purple2": " #8f3f71",
}
-html_theme = "furo"
+html_theme = "default"
html_theme_options = {
"light_css_variables": {
"font-stack": "Fira Sans, sans-serif",
|