From cf7da1843c45a4c2df7a749f7886a2d2ba0ee92a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 19:25:40 +0200 Subject: Adding upstream version 7.2.6. Signed-off-by: Daniel Baumann --- sphinx/themes/classic/layout.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 sphinx/themes/classic/layout.html (limited to 'sphinx/themes/classic/layout.html') diff --git a/sphinx/themes/classic/layout.html b/sphinx/themes/classic/layout.html new file mode 100644 index 0000000..e6a5c43 --- /dev/null +++ b/sphinx/themes/classic/layout.html @@ -0,0 +1,23 @@ +{# + classic/layout.html + ~~~~~~~~~~~~~~~~~~~ + + Sphinx layout template for the classic theme. + + :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS. + :license: BSD, see LICENSE for details. +#} +{%- 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 %} -- cgit v1.2.3