File: 0005-bts800803-disable-the-GitHub-Fork-Me-ribbon.patch

package info (click to toggle)
matplotlib2 2.2.3-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 77,560 kB
  • sloc: python: 127,114; cpp: 58,988; ansic: 29,698; objc: 2,809; makefile: 147; sh: 54
file content (21 lines) | stat: -rw-r--r-- 626 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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 | 4 ----
 1 file changed, 4 deletions(-)

--- a/doc/_templates/layout.html
+++ b/doc/_templates/layout.html
@@ -184,10 +184,6 @@ parents[-1].link|e }}" />
     <img src="{{pathto("_static/logo2.png", 1) }}" height="125px" border="0" alt="matplotlib"/></a>
 {%- endif %}
 
-<!-- The "Fork me on github" ribbon -->
-<div id="forkongithub"><a href="https://github.com/matplotlib/matplotlib">Fork me on GitHub</a></div>
-</div>
-
 {% endblock %}
 
 {%- block relbar2 %}