[Python-modules-commits] [yarl] 12/16: docs: disable sidebar_collapse option

Piotr Ożarowski piotr at moszumanska.debian.org
Wed Dec 21 12:00:42 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 a4ced1666a049c3449810edc24928eb4b81f9236
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