[Python-modules-commits] [python-amqp] 02/15: Remove github-hosted logo from documentation
Michael Fladischer
fladi at moszumanska.debian.org
Sat Dec 19 17:55:09 UTC 2015
This is an automated email from the git hooks/post-receive script.
fladi pushed a commit to branch master
in repository python-amqp.
commit a78aa92b58915de75b329e0a5ee9307af95292d2
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