{# sphinxdoc/layout.html ~~~~~~~~~~~~~~~~~~~~~ Sphinx layout template for the sphinxdoc theme. :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. #} {%- extends "basic/layout.html" %} {# put the sidebar before the body #} {% block sidebar1 %}{{ sidebar() }}{% endblock %} {% block sidebar2 %}{% endblock %} {% block extrahead %} {{ super() }} {%- if not embedded %} {%- endif %} {% endblock %} {# put links to the home page and search in the relbar #} {% block rootrellink %}
  • home
  • search
  • {% endblock %} {# put a header image on each page #} {% block header %} {% endblock %} {# show the full table of contents in the sidebar #} {% block sidebartoc %}

    {{ project }} v{{ version }}

    {{ _('Table of Contents') }}

    {{ toctree(includehidden=True) }} {% endblock %}