From df2198336bf8a0e513ac8f32cddf8b10278520db Mon Sep 17 00:00:00 2001 From: Pauli Virtanen Date: Wed, 24 Jul 2013 18:43:41 +0300 Subject: DOC: use the new scipy-sphinx-theme in the documentation --- doc/source/_templates/indexsidebar.html | 1 - doc/source/_templates/layout.html | 5 ++++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'doc/source/_templates') diff --git a/doc/source/_templates/indexsidebar.html b/doc/source/_templates/indexsidebar.html index 409743a03..9edb003af 100644 --- a/doc/source/_templates/indexsidebar.html +++ b/doc/source/_templates/indexsidebar.html @@ -1,5 +1,4 @@

Resources

diff --git a/doc/source/_templates/layout.html b/doc/source/_templates/layout.html index 27798878e..77da54a00 100644 --- a/doc/source/_templates/layout.html +++ b/doc/source/_templates/layout.html @@ -1,6 +1,9 @@ {% extends "!layout.html" %} + {% block rootrellink %} -
  • {{ shorttitle }}{{ reldelim1 }}
  • + {% if pagename != 'index' %} +
  • {{ shorttitle|e }}
  • + {% endif %} {% endblock %} {% block sidebarsearch %} -- cgit v1.2.1