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 %}
|