[Python-modules-commits] [yarl] 04/07: docs: disable sidebar_collapse option
Piotr Ożarowski
piotr at moszumanska.debian.org
Mon Nov 7 21:51:13 UTC 2016
This is an automated email from the git hooks/post-receive script.
piotr pushed a commit to branch master
in repository yarl.
commit c11084a1fa4876b3e2e14704de5a2c5904b684dd
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 4599902..3de0fb6 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