{# Support for Sphinx 1.3+ page_source_suffix, but don't break old builds. #} {% if page_source_suffix %} {% set suffix = page_source_suffix %} {% else %} {% set suffix = source_suffix %} {% endif %}
{% block menu %} {% endblock %} {% block OSlink %} {% if pagename != master_doc %} {% if (theme_prev_next_buttons_location == 'top' or theme_prev_next_buttons_location == 'both') and (next or prev) %} {% endif %} {% endif %} {% endblock %}
{% block right_side_panel %} {% if pagename == master_doc or not theme_display_local_toc %} {% set display_toc = False %} {% endif %} {% if display_toc %}
{% if theme_display_help_and_feedback %} Help & feedback

{% endif %} {{ _('Table Of Contents') }}
{{ toc }}
{% endif %} {% endblock %}