Skip to content

Commit e5e47e0

Browse files
kinowmr-c
authored andcommitted
Update template from pydata sphinx theme
1 parent c90de32 commit e5e47e0

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

src/_templates/sidebar-nav-bs.html

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
<nav class="bd-links d-none d-md-block" id="bd-docs-nav" aria-label="{{ _('Main navigation') }}">
2-
<div class="bd-toc-item active">
3-
{{ generate_toctree_html("sidebar",
4-
startdepth=0,
5-
show_nav_level=theme_show_nav_level|int,
6-
maxdepth=theme_navigation_depth|int,
7-
collapse=theme_collapse_navigation|tobool,
8-
includehidden=True,
9-
titles_only=True) }}
2+
<p class="bd-links__title" role="heading" aria-level="1">
3+
{{ _("Section Navigation") }}
4+
</p>
5+
<div class="bd-toc-item navbar-nav">
6+
{{ sidebar_nav_html }}
107
</div>
118
</nav>

0 commit comments

Comments
 (0)