{% extends "!layout.html" %} {%- 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 not theme_logo_only %}{{ project }}{% endif %} {%- if logo or logo_url %} {%- endif %}
{%- include "searchbox.html" %} {%- endblock %} {% block menu %} {{ super() }} {% endblock %} {% block document %} {% if current_version == 'latest' %} {% endif %} {{ super() }} {% endblock %} {% block extrahead %} {{ super() }} {% endblock %}