We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b860f6f commit 0f356cbCopy full SHA for 0f356cb
doc/_templates/layout.html
@@ -69,23 +69,6 @@ <h3>{{ _('Navigation') }}</h3>
69
{%- for sidebartemplate in sidebars %}
70
{%- include sidebartemplate %}
71
{%- endfor %}
72
- {%- else %}
73
- {#- old style sidebars: using blocks -- should be deprecated #}
74
- {%- block sidebartoc %}
75
- {%- include "localtoc.html" %}
76
- {%- endblock %}
77
- {%- block sidebarrel %}
78
- {%- include "relations.html" %}
79
80
- {%- block sidebarsourcelink %}
81
- {%- include "sourcelink.html" %}
82
83
- {%- if customsidebar %}
84
- {%- include customsidebar %}
85
- {%- endif %}
86
- {%- block sidebarsearch %}
87
- {%- include "searchbox.html" %}
88
89
{%- endif %}
90
</div>
91
0 commit comments