From 0c0196105ecf4df9f83a08808d77e8f984885202 Mon Sep 17 00:00:00 2001 From: Pauli Virtanen Date: Sat, 4 May 2013 01:29:28 +0300 Subject: Don't show breadcrumb for the master doc itself --- _theme/scipy/layout.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_theme/scipy/layout.html b/_theme/scipy/layout.html index b5e1855..c3b709c 100644 --- a/_theme/scipy/layout.html +++ b/_theme/scipy/layout.html @@ -25,7 +25,9 @@
  • {{ link[1] }}
  • {%- endfor %} {%- block rootrellink %} + {% if pagename != master_doc %}
  • {{ shorttitle|e }}
  • + {% endif %} {%- endblock %} {%- for parent in parents %}
  • {{ parent.title }}
  • -- cgit v1.2.1