{% extends "basic/layout.html" %} {# Remove broken "genindex" link - unfortunately this takes with it the acceptable "next" and "previous" links, but they're not super necessary. #} {% set rellinks = [] %} {% block rootrellink %}
  • {{theme_root_name}}{{ reldelim1 }}
  • {% if theme_root_include_title %} {{ shorttitle }}{{ reldelim1 }} {% endif %} {% endblock %} {%- macro searchbox() %} {# modified from sphinx/themes/basic/searchbox.html #} {%- if builder != "htmlhelp" %} {%- endif %} {%- endmacro %} {% block header %}
    {% endblock %} {% block relbar1 %} {% if builder != 'qthelp' %} {{ relbar() }} {% endif %} {% endblock %} {% block relbar2 %} {% if builder != 'qthelp' %} {{ relbar() }} {% endif %} {% endblock %} {% block relbaritems %} {%- if pagename != "search" and builder != "singlehtml" and builder != "htmlhelp" %}
  • {{ searchbox() }}
  • {%- endif %} {% endblock %} {# The sidebar goes into the *document* block, so it ends up in the document *div* so it doesn't go over the footer #} {% block document %}{{ sidebar() }}{{ super() }}{% endblock %} {% block sidebar2 %} {% endblock %} {% block extrahead %} {{ super() }} {% endblock %} {% block footer %}
    {% endblock %}