diff --git a/docs/conf.py b/docs/conf.py index 006695328..88318819d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -81,14 +81,14 @@ } html_sidebars = { - "index": ["about.html", "donate.html", "useful-links.html", "searchbox.html"], + "index": ["about.html", "searchbox.html", "donate.html", "useful-links.html"], "**": [ "about.html", + "searchbox.html", "donate.html", "useful-links.html", "localtoc.html", "relations.html", - "searchbox.html", ], }