diff --git a/docs/conf.py b/docs/conf.py index 01a4cd1..cf43a4b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -32,16 +32,22 @@ html_theme_options = { } html_static_path = ["_static"] -# Default alabaseter sidebars + localtoc html_sidebars = { - "**": [ + "*": [ + "about.html", + "navigation.html", + "relations.html", + "searchbox.html", + "donate.html", + ], + "setup/**": [ "about.html", "localtoc.html", "navigation.html", "relations.html", "searchbox.html", "donate.html", - ] + ], } html_domain_indices = False