From 2e0202b529255fb41da12ccaffd2edb0a74404a9 Mon Sep 17 00:00:00 2001 From: Clemens Brunner Date: Wed, 24 Apr 2024 10:55:47 +0200 Subject: [PATCH 1/2] Add more navbar items --- doc/index.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/index.rst b/doc/index.rst index d97ce27d9bc..011fe2af9f8 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -36,6 +36,11 @@ MNE-Python Homepage Install Documentation - API Reference - Get help + API + Help Development + Tutorials + Examples + Changelog + Cite + Contribute From e2e332a666032bc8c6eb14987056fd6d0d14ef5b Mon Sep 17 00:00:00 2001 From: Clemens Brunner Date: Wed, 24 Apr 2024 10:55:55 +0200 Subject: [PATCH 2/2] Remove sidebar --- doc/conf.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 9d6c08a4c83..e9d9ea1118f 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -897,11 +897,6 @@ def append_attr_meth_examples(app, what, name, obj, options, lines): "install_mne_python.html", ] -# Custom sidebar templates, maps document names to template names. -html_sidebars = { - "index": ["sidebar-quicklinks.html"], -} - # If true, links to the reST sources are added to the pages. html_show_sourcelink = False html_copy_source = False