Package: matplotlib / 2.0.0+dfsg1-2

0005-bts800803-disable-the-GitHub-Fork-Me-ribbon.patch Patch series | download
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
From 5435bb1019cd07eadce3bae2adb1f80654761906 Mon Sep 17 00:00:00 2001
From: Sandro Tosi <morph@debian.org>
Date: Sat, 9 Jan 2016 15:49:51 +0000
Subject: bts800803 disable the GitHub Fork Me ribbon

---
 doc/_templates/layout.html | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html
index ad1c55a..2e716f5 100644
--- a/doc/_templates/layout.html
+++ b/doc/_templates/layout.html
@@ -161,12 +161,6 @@ parents[-1].link|e }}" />
 
 {% block relbar1 %}
 
-<!-- The "Fork me on github" ribbon -->
-<img style="float: right; margin-bottom: -40px; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png" usemap="#ribbonmap"/>
-<map name="ribbonmap">
-    <area shape="poly" coords="15,0,148,-1,148,135" href="https://github.com/matplotlib/matplotlib" title="Fork me on GitHub" />
-</map>
-
 <div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px">
 {%- if builder in ('htmlhelp', 'devhelp', 'latex') %}
 <a href="{{ pathto('index') }}"><img src="{{pathto("_static/logo2.png", 1) }}" width="540px" border="0" alt="matplotlib"/></a>