diff --git a/sphinx_doc_src/conf.py b/sphinx_doc_src/conf.py index fe9ad2180..dc06c190d 100644 --- a/sphinx_doc_src/conf.py +++ b/sphinx_doc_src/conf.py @@ -129,7 +129,7 @@ html_static_path = ["_static"] # default: ``['localtoc.html', 'relations.html', 'sourcelink.html', # 'searchbox.html']``. # -html_sidebars = {"**": ["globaltoc.html", "localtoc.html", "searchbox.html"]} +html_sidebars = {"**": ["globaltoc.html", "searchbox.html", "localtoc.html"]} # -- Options for HTMLHelp output ---------------------------------------------