diff --git a/docs/conf.py b/docs/conf.py index eb674c5..d7dd5b0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -11,12 +11,6 @@ extensions = [ ] myst_enable_extensions = ["colon_fence"] -html_sidebars = { - "**": [ - "sidebars/localtoc.html", - "repository.html", - ] -} # Add any paths that contain templates here, relative to this directory. templates_path = ["_templates"]