8000
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 e105486 commit b3c1b5eCopy full SHA for b3c1b5e
docs/sphinx/source/conf.py
@@ -158,6 +158,7 @@
158
],
159
"use_edit_page_button": True,
160
"show_toc_level": 1,
161
+ "footer_items": ["copyright", "sphinx-version", "sidebar-ethical-ads"],
162
}
163
164
# Add any paths that contain custom themes here, relative to this directory.
@@ -198,7 +199,9 @@
198
199
#html_use_smartypants = True
200
201
# Custom sidebar templates, maps document names to template names.
-#html_sidebars = {}
202
+html_sidebars = {
203
+ "**": ["search-field", "sidebar-nav-bs"] # "sidebar-ethical-ads"
204
+}
205
206
# Additional templates that should be rendered to pages, maps page names to
207
# template names.
0 commit comments