{% extends "!layout.html" %} {# sphinx_rtd_theme/layout.html #} {%- block htmltitle %} {{ title|striptags|e }} {%- endblock -%} {% block scripts %} {{ super() }} {% endblock %} {%- block sidebartitle %} {# the logo helper function was removed in Sphinx 6 and deprecated since Sphinx 4 #} {# the master_doc variable was renamed to root_doc in Sphinx 4 (master_doc still exists in later Sphinx versions) #} {%- set _logo_url = logo_url|default(pathto('_static/' + (logo or ""), 1)) %} {%- set _root_doc = root_doc|default(master_doc) %}

{% if pharaoh_show_logo %} {% endif %}
{% if not theme_logo_only %}{{ project }}{% endif %} {%- if logo or logo_url %} {%- endif %}

{%- include "searchbox.html" %} {%- endblock %} {%- block navigation %}{{ super() }}{%- endblock %} {% block extrahead %}{{ super() }}{% endblock %} {% block extrabody %}{{ super() }}{% endblock %} {% block body %}{{ super() }}{% endblock %} {% block footer %}{{ super() }}{% endblock %}