mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix classic theme: collapsiblesidebar is always enabled
This commit is contained in:
parent
85881897e0
commit
fe3d4ddc20
@ -9,9 +9,9 @@
|
|||||||
#}
|
#}
|
||||||
{%- extends "basic/layout.html" %}
|
{%- extends "basic/layout.html" %}
|
||||||
|
|
||||||
{% if theme_collapsiblesidebar|tobool %}
|
|
||||||
{%- block scripts %}
|
{%- block scripts %}
|
||||||
{{ super() }}
|
{{ super() }}
|
||||||
|
{% if theme_collapsiblesidebar|tobool %}
|
||||||
<script type="text/javascript" src="{{ pathto('_static/sidebar.js', 1) }}"></script>
|
<script type="text/javascript" src="{{ pathto('_static/sidebar.js', 1) }}"></script>
|
||||||
|
{% endif %}
|
||||||
{%- endblock %}
|
{%- endblock %}
|
||||||
{% endif %}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user