From 3166c0d7646efe9d43cb7b363e58db2cf941a5e6 Mon Sep 17 00:00:00 2001 From: mattip Date: Wed, 12 Aug 2020 19:01:08 +0300 Subject: DOC: first step toward switching themes --- doc/source/_templates/layout.html | 34 ++++++---------------------------- 1 file changed, 6 insertions(+), 28 deletions(-) (limited to 'doc/source/_templates') diff --git a/doc/source/_templates/layout.html b/doc/source/_templates/layout.html index 1f8ec518f..a90cad8f6 100644 --- a/doc/source/_templates/layout.html +++ b/doc/source/_templates/layout.html @@ -2,38 +2,16 @@ {%- block extrahead %} {{ super() }} {% endblock %} -{%- block header %} -
-
- - NumPy - -
-
- -{% endblock %} {% block rootrellink %} {% if pagename != 'index' %}
  • {{ shorttitle|e }}
  • -- cgit v1.2.1