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

Brian May bam at moszumanska.debian.org
Mon Jan 18 07:55:19 UTC 2016


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

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

commit 744497b42ea44f82a524eefc3cdda8f8b8b3644b
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