diff --git a/conf.py b/conf.py index 25cf5a5..4ee2855 100644 --- a/conf.py +++ b/conf.py @@ -12,3 +12,7 @@ extensions += ["sphinx.ext.autosectionlabel"] extensions += ['sphinxcontrib.plantuml'] autosectionlabel_prefix_document = True + +# remove sidebars for all pages +html_sidebars["**"] = [] +html_theme_options["secondary_sidebar_items"] = []