{# llvm-openmp-theme/layout.html ~~~~~~~~~~~~~~~~~ Sphinx layout template for LLVM/OpenMP which as an almost identical clone of the agogo theme, originally written by Andi Albrecht. :copyright: Copyright 2007-2020 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. #} {%- extends "basic/layout.html" %} {% block header %} {% endblock %} {%- macro llvm_openmp_sidebar() %} {%- block sidebartoc %}

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

{{ toctree(includehidden=True, titles_only=True, maxdepth=2) }} {%- endblock %} {%- block sidebarsearch %}

{{ _('Search') }}

{%- endblock %} {% endmacro %} {% block content %}
{%- if not theme_rightsidebar|tobool %} {%- endif %}
{%- block document %} {{ super() }} {%- endblock %}
{%- if theme_rightsidebar|tobool %} {%- endif %}
{% endblock %} {% block footer %} {% endblock %} {% block relbar1 %}{% endblock %} {% block relbar2 %}{% endblock %}