[Python-modules-commits] [kombu] 02/06: Remove github-hosted logo from documentation

Brian May bam at moszumanska.debian.org
Wed Nov 18 23:06:28 UTC 2015


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

bam pushed a commit to branch master
in repository kombu.

commit 722911416a2f22668c4040661b65aa880f60e3c4
Author: Michael Fladischer <fladi at debian.org>
Date:   Thu Oct 8 09:29:19 2015 -0700

    Remove github-hosted logo from documentation
    
    Last-Update: 2014-04-10
    Forwarded: not-needed
    
    Patch-Name: remove_logo.patch
---
 docs/conf.py          | 4 ++--
 docs/introduction.rst | 4 ----
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index 7904861..5e55d81 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -69,7 +69,7 @@ latex_documents = [
 html_theme = "celery"
 html_theme_path = ["_theme"]
 html_sidebars = {
-    'index': ['sidebarintro.html', 'sourcelink.html', 'searchbox.html'],
-    '**': ['sidebarlogo.html', 'localtoc.html', 'relations.html',
+    'index': ['sourcelink.html', 'searchbox.html'],
+    '**': ['localtoc.html', 'relations.html',
            'sourcelink.html', 'searchbox.html'],
 }
diff --git a/docs/introduction.rst b/docs/introduction.rst
index 7474d2a..93b7013 100644
--- a/docs/introduction.rst
+++ b/docs/introduction.rst
@@ -324,7 +324,3 @@ License
 
 This software is licensed under the `New BSD License`. See the `LICENSE`
 file in the top distribution directory for the full license text.
-
-.. image:: https://d2weczhvl823v0.cloudfront.net/celery/kombu/trend.png
-    :alt: Bitdeli badge
-    :target: https://bitdeli.com/free

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



More information about the Python-modules-commits mailing list