{%- extends "basic/layout.html" %} {# Adjust around the version skew #} {%- if sphinx_version >= "4.0" %} {% set _root = root_doc %} {%- else %} {% set _root = master_doc %} {%- endif %} {# Remove the relational side bars like alabaster #} {%- block relbar1 %}{%- endblock %} {%- block relbar2 %}{%- endblock %} {%- block header %}
{%- if theme_avatar %} {%- endif %}
{%- if theme_author %}

{{ theme_author }}

{{ project }}

{%- else %}

{{ project }}

{%- endif %}
{# A location for additional top navigation #} {%- block headernav %} {%- endblock %}
{% endblock %} {# Place the sidebar before the document container #} {%- block sidebar1 %}{{ sidebar() }}{% endblock %} {%- block sidebar2 %}{% endblock %} {# Place the main document inside a container #} {%- block document %}
{{ super() }}
{%- endblock %} {%- block footer %} {%- endblock %}