diff --git a/docs/conf.py b/docs/conf.py index 5ecfba5..f4c70d1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -34,7 +34,9 @@ "logo_link": "https://matplotlib.org/stable/", "native_site": False, } - +html_sidebars = { + "**": [] +} # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the theme static files, # so a file named "default.css" will overwrite the theme's "default.css".