1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: =?utf-8?q?Piotr_O=C5=BCarowski?= <ozarow@gmail.com>
Date: Sun, 6 Nov 2016 22:14:54 +0100
Subject: docs: disable sidebar_collapse option
theme packaged in Debian doesn't have this option
---
docs/conf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/conf.py b/docs/conf.py
index f8947fe..f5c5b4d 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -215,7 +215,7 @@ html_theme_options = {
"body_text": "#482C0A",
"sidebar_text": "#49443E",
"sidebar_header": "#4B4032",
- "sidebar_collapse": False,
+ # "sidebar_collapse": False,
}
# Theme options are theme-specific and customize the look and feel of a theme
|