File tree Expand file tree Collapse file tree 3 files changed +3
-30
lines changed Expand file tree Collapse file tree 3 files changed +3
-30
lines changed Original file line number Diff line number Diff line change 7
7
:copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
8
8
:license: BSD, see LICENSE for details.
9
9
#}
10
-
11
- < h3 > < a href ="{{ pathto(master_doc) }} "> {{ _('Core Documentation') }}</ a > </ h3 >
12
- {{ toctree(maxdepth=3) }}
Original file line number Diff line number Diff line change @@ -65,7 +65,9 @@ <h3>{{ _('Navigation') }}</h3>
65
65
{#- old style sidebars: using blocks -- should be deprecated #}
66
66
{%- block sidebartoc %}
67
67
{%- include "localtoc.html" %}
68
- {%- include "globaltoc.html" %}
68
+ {%- endblock %}
69
+ {%- block pagenav %}
70
+ {%- include "pagenav.html" %}
69
71
{%- endblock %}
70
72
{%- block wikisidebar %}
71
73
{%- include "wikisidebar.html" %}
@@ -76,13 +78,6 @@ <h3>{{ _('Navigation') }}</h3>
76
78
{%- if customsidebar %}
77
79
{%- include customsidebar %}
78
80
{%- endif %}
79
- {%- block sidebarsourcelink %}
80
- {%- include "sourcelink.html" %}
81
- {%- endblock %}
82
- {%- block sidebarrel %}
83
- {%- include "relations.html" %}
84
- {%- endblock %}
85
-
86
81
{%- endif %}
87
82
</ div >
88
83
</ div >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments