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

package info (click to toggle)
matplotlib 3.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 78,264 kB
  • sloc: python: 123,969; cpp: 57,655; ansic: 29,431; objc: 2,244; javascript: 757; makefile: 163; sh: 111
file content (19 lines) | stat: -rw-r--r-- 616 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
@@ -48,8 +48,6 @@
         <img src="{{pathto("_static/logo2_compressed.svg", 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>
 
     <nav class="main-nav">