diff --git a/docs/conf.py b/docs/conf.py index 013d99135dc..8c36fd896ae 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -220,6 +220,10 @@ def setup(app): ], } +html_sidebars = { + "**": ["sidebar-nav-bs.html", "sidebar-ethical-ads.html"] +} + # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files,