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">
|