[Python-modules-commits] [kombu] 03/05: Remove github-hosted logo from documentation
Michael Fladischer
fladi at moszumanska.debian.org
Sat Jan 2 16:25:45 UTC 2016
This is an automated email from the git hooks/post-receive script.
fladi pushed a commit to branch master
in repository kombu.
commit a3eb8fcdfebd63d4c3479489414143db176c28d5
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 642dddd..399cd73 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