From 699654a9e763f3bc4d609b5c34fa675076701267 Mon Sep 17 00:00:00 2001 From: mattip Date: Fri, 14 Aug 2020 14:28:25 +0300 Subject: MAINT: cleanup layout.html --- doc/source/_templates/layout.html | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/doc/source/_templates/layout.html b/doc/source/_templates/layout.html index a90cad8f6..1be152265 100644 --- a/doc/source/_templates/layout.html +++ b/doc/source/_templates/layout.html @@ -11,22 +11,3 @@ {{ super() }} {% endblock %} - -{% block rootrellink %} - {% if pagename != 'index' %} -
  • {{ shorttitle|e }}
  • - {% endif %} -{% endblock %} - -{% block sidebarsearch %} -{%- if sourcename %} - -{%- endif %} -{{ super() }} -{% endblock %} -- cgit v1.2.1