[Python-modules-commits] [kombu] 03/09: Remove github-hosted logo from documentation
Christopher Stuart Hoskin
mans0954 at moszumanska.debian.org
Sun Feb 19 11:37:05 UTC 2017
This is an automated email from the git hooks/post-receive script.
mans0954 pushed a commit to branch master
in repository kombu.
commit 8862e42441f71c37c92bfffceadd869c3e029ea3
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 c753e21..84c65e1 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -98,7 +98,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 6fed73a..df216de 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