| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 
 | From: Stefano Rivera <stefanor@debian.org>
Date: Tue, 18 Aug 2020 17:35:53 -0700
Subject: Use the default theme
shibuya isn't packaged in Debian, yet.
Forwarded: not-needed
---
 docs/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/conf.py b/docs/conf.py
index d0b8da5..5074a98 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -11,7 +11,7 @@ html_static_path = ["_static"]
 html_css_files = [
     "custom.css",
 ]
-html_theme = "shibuya"
+#html_theme = "shibuya"
 
 html_copy_source = False
 html_show_sourcelink = False
 |