1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
From 744497b42ea44f82a524eefc3cdda8f8b8b3644b Mon Sep 17 00:00:00 2001
From: Michael Fladischer <fladi@debian.org>
Date: Thu, 8 Oct 2015 11:06:34 -0700
Subject: 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
|