Skip to content

Commit a9df5b9

Browse files
author
Sam Kleinman
committed
theme: updates to the sidebar
1 parent ad66f70 commit a9df5b9

File tree

3 files changed

+3
-30
lines changed

3 files changed

+3
-30
lines changed

themes/mongodb/globaltoc.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,3 @@
77
:copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
88
:license: BSD, see LICENSE for details.
99
#}
10-
11-
<h3><a href="{{ pathto(master_doc) }}">{{ _('Core Documentation') }}</a></h3>
12-
{{ toctree(maxdepth=3) }}

themes/mongodb/layout.html

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ <h3>{{ _('Navigation') }}</h3>
6565
{#- old style sidebars: using blocks -- should be deprecated #}
6666
{%- block sidebartoc %}
6767
{%- include "localtoc.html" %}
68-
{%- include "globaltoc.html" %}
68+
{%- endblock %}
69+
{%- block pagenav %}
70+
{%- include "pagenav.html" %}
6971
{%- endblock %}
7072
{%- block wikisidebar %}
7173
{%- include "wikisidebar.html" %}
@@ -76,13 +78,6 @@ <h3>{{ _('Navigation') }}</h3>
7678
{%- if customsidebar %}
7779
{%- include customsidebar %}
7880
{%- endif %}
79-
{%- block sidebarsourcelink %}
80-
{%- include "sourcelink.html" %}
81-
{%- endblock %}
82-
{%- block sidebarrel %}
83-
{%- include "relations.html" %}
84-
{%- endblock %}
85-
8681
{%- endif %}
8782
</div>
8883
</div>

themes/mongodb/relations.html

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)