File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change
1
+ < 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_nav_html("sidebar",
4
+ show_nav_level=theme_show_nav_level|int,
5
+ maxdepth=theme_navigation_depth|int,
6
+ collapse=theme_collapse_navigation|tobool,
7
+ includehidden=True,
8
+ titles_only=True) }}
9
+ </ div >
10
+ </ nav >
Original file line number Diff line number Diff line change 104
104
html_logo = '_static/images/logos/cwl/CWL-Logo-HD-cropped2.png'
105
105
html_favicon = '_static/images/favicons/cwl/favicon.ico'
106
106
107
- html_sidebars = {
108
- # TODO: this removes the sidebar with links from the episodes pages, but also
109
- # removes the Episodes from the navigation-center template?
110
- # "_episodes/*": [],
111
- "**" : ["search-field.html" , "sidebar-nav-bs.html" ]
112
- }
113
-
114
107
html_theme_options = {
115
108
"icon_links" : [
116
109
{
You can’t perform that action at this time.
0 commit comments