[Python-modules-commits] [kombu] 03/08: Remove github-hosted logo from documentation

Michael Fladischer fladi at moszumanska.debian.org
Mon Oct 12 10:45:24 UTC 2015


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

fladi pushed a commit to annotated tag debian/3.0.27-1
in repository kombu.

commit fe957b28f3b25e8cd88640ecc84ca27e6289feb9
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 acab4b6..e3d606f 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