From: Dmitry Shachnev <mitya57@debian.org>
Date: Tue, 17 Jul 2018 00:04:40 +0300
Subject: Do not use external image in the documentation template

---
 doc/_templates/indexsidebar.html | 1 -
 1 file changed, 1 deletion(-)

diff --git a/doc/_templates/indexsidebar.html b/doc/_templates/indexsidebar.html
index d67a5e2..503f85f 100644
--- a/doc/_templates/indexsidebar.html
+++ b/doc/_templates/indexsidebar.html
@@ -3,7 +3,6 @@
   {%trans%}project{%endtrans%}</p>
 
 <h3>Download</h3>
-<p class="download">{%trans%}Current version: <a href="https://pypi.org/project/Sphinx/" alt="PyPI"><img src="https://img.shields.io/pypi/v/sphinx.svg"></a>{%endtrans%}</p>
 <p>{%trans%}Install Sphinx with:{%endtrans%}</p>
 <pre>pip install -U Sphinx</pre>
 
