[Python-modules-commits] [python-amqp] 08/15: Remove github-hosted logo from documentation

Michael Fladischer fladi at moszumanska.debian.org
Sat Dec 19 17:55:11 UTC 2015


This is an automated email from the git hooks/post-receive script.

fladi pushed a commit to branch master
in repository python-amqp.

commit c4188397dd66b3cab27a1e9ce7fcefb9577baff6
Author: Michael Fladischer <fladi at debian.org>
Date:   Thu Oct 8 11:06:34 2015 -0700

    Remove github-hosted logo from documentation
    
    Last-Update: 2014-04-08
    Forwarded: not-needed
---
 docs/conf.py | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index 1191395..623efea 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -77,9 +77,8 @@ latex_documents = [
 html_theme = "celery"
 html_theme_path = ["_theme"]
 html_sidebars = {
-    'index': ['sidebarintro.html', 'sourcelink.html', 'searchbox.html'],
-    '**': ['sidebarlogo.html', 'relations.html',
-           'sourcelink.html', 'searchbox.html'],
+    'index': ['sourcelink.html', 'searchbox.html'],
+    '**': ['relations.html', 'sourcelink.html', 'searchbox.html'],
 }
 
 ### Issuetracker

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-amqp.git



More information about the Python-modules-commits mailing list