[Python-modules-commits] [yarl] 05/08: docs: disable sidebar_collapse option
Piotr Ożarowski
piotr at moszumanska.debian.org
Sun Jul 16 12:14:17 UTC 2017
This is an automated email from the git hooks/post-receive script.
piotr pushed a commit to branch master
in repository yarl.
commit d953539e725f8075ecbdd317868c5059958fa173
Author: Piotr Ożarowski <ozarow at gmail.com>
Date: Sun Nov 6 22:14:54 2016 +0100
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 aba4128..c27f4a7 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -168,7 +168,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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/yarl.git
More information about the Python-modules-commits
mailing list