From: =?utf-8?q?Timo_R=C3=B6hling?= <roehling@debian.org>
Date: Sat, 11 Jun 2022 13:09:46 +0200
Subject: Use classic theme instead of furo

---
 docs/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index 517616d..91bf931 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -79,7 +79,7 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
 
 # -- Options for HTML output ---------------------------------------------------
 html_title = f"cloup v{version}"
-html_theme = "furo"
+html_theme = "classic"
 html_theme_options = {
     "light_logo": "logo.svg",
     "dark_logo": "logo-dark-mode.svg",
