{% extends "sphinx_rtd_theme/layout.html" %} {%- block scripts %} {% if theme_generate_google_tag_manager %} {{ super() }} {% endif %} {% endblock %} {% block extrahead %} {% if theme_display_algolia_search %} {% endif %} {% if pagename == master_doc %} {% endif %} {% endblock %} {% block sidebartitle %}{% include "searchbox.html" %} {% endblock %} {% block htmltitle %} {% if pagename == master_doc %} {{ theme_home_page_title }} {% else %} {{ title|striptags|e }} — {{ theme_home_page_title }} {% endif %} {% endblock %} {%- block extrabody %} {% if theme_generate_google_tag_manager %} {% endif %} {{ super() }} {% endblock %} {% block document %} {{ super() }} {% if last_updated %}
Last updated: {{last_updated}}
{% endif %} {% if theme_display_help_and_feedback %}

Help & Feedback

Docs

{% if theme_is_github %} Edit this page to fix an error or add an improvement in a pull request
Create an issue to suggest an improvement to this page {% elif theme_is_gitlab %} Edit this page to fix an error or add an improvement in a pull request
Create an issue to suggest an improvement to this page {% endif %}

Product

Create a topic if there's something you don't like about this feature
Propose functionality by submitting a feature request

Support

Not what you where looking for? Search the docs

Remember we also have Community support

Still having trouble ? Reach out to us


{% endif %} {% endblock %} {% block footer %} {{ super() }} {% if theme_google_analytics_id and theme_generate_google_analytics and not theme_generate_google_tag_manager %} {% endif %} {% if theme_display_community_embeddable %} {% endif %} {% block algolia %} {% if theme_display_algolia_search %} {% endif %} {% endblock %} {% endblock %}