Back to Sphinx

Layout

sphinx/themes/classic/layout.html

9.1.0336 B
Original Source

{# Sphinx layout template for the classic theme. #} {%- extends "basic/layout.html" %} {%- block scripts %} {{ super() }} {% if theme_collapsiblesidebar|tobool %} {% endif %} {%- endblock %} {%- block sidebarextra %}{% if theme_collapsiblesidebar|tobool %}

{{ '»' if theme_rightsidebar|tobool else '«' }} {% endif %}{% endblock %}