{% extends "basic/layout.html" %} {%- block doctype -%} {%- endblock -%} {%- block htmltag %} {%- endblock %} {%- block body_tag %} {%- endblock %} {%- block extrahead %} {% if theme_chatbot_enabled != False %} {% endif %} {% endblock %} {%- block header %}
{% set light_logo = theme_light_logo|default('') %} {% set dark_logo = theme_dark_logo|default('') %} {% if light_logo and dark_logo %} {{ project }} {{ project }} {% elif light_logo %} {{ project }} {% elif dark_logo %} {{ project }} {% endif %} {{ project }} {% if theme_chatbot_enabled != False %} {% include "chatbot.html" %} {% endif %} ⊛
{% include "theme-toggle.html" %}
{% endblock %} {%- block relbar1 %}{%- endblock %} {%- block relbar2 %}{%- endblock %} {%- block content %}
{% if not theme_sidebar_hide_name %} {{ project }} {% endif %} {% if release %} {% if not release.startswith('v') %}v{% endif %}{{ release }} {% elif version %} {% if not version.startswith('v') %}v{% endif %}{{ version }} {% else %} ⚠ version not set in conf.py {% endif %}
{{ toctree(maxdepth=theme_show_toc_level|int, titles_only=True, includehidden=True) }}
100%
{% if parents %}
  • {{ shorttitle }}
  • {% for parent in parents %}
  • {{ parent.title }}
  • {% endfor %}
  • {{ title }}
{% endif %}
{% block body %}{% endblock %}
{% if prev %} Previous {{ prev.title }} {% endif %} {% if next %} Next {{ next.title }} {% endif %}
On this page
{{ toc }}
{% endblock %} {%- block footer %}
{% trans copyright=copyright|e %}© {{ copyright }}{% endtrans %}
Built with Sphinx using the Clarity theme · Privacy settings ·
{% include "consent.html" %} {% include "privacy-panel.html" %} {% if theme_chatbot_enabled != False %} {% endif %} {% if theme_update_check != False %} {% endif %} {% endblock %}