diff --git a/docs/conf.py b/docs/conf.py index 4e063e9..04bdb39 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -95,12 +95,12 @@ html_static_path = ["_static"] # 'searchbox.html']``. # html_sidebars = { - '**': [ - 'about.html', - 'sidebar_badges.html', - 'navigation.html', - 'searchbox.html', - 'sidebar_end.html', + "**": [ + "about.html", + "sidebar_badges.html", + "navigation.html", + "searchbox.html", + "sidebar_end.html", ] }