From 1a94f4209acb911b868a14a575ec3ad4850f5011 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Melissa=20Weber=20Mendon=C3=A7a?= Date: Thu, 30 May 2024 12:16:19 -0300 Subject: [PATCH] Disable back to top button --- docs/conf.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 8d2854c1..4dc128a9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -100,9 +100,7 @@ version_match = release html_theme_options = { - "external_links": [ - {"name": "napari hub", "url": "https://napari-hub.org"} - ], + "external_links": [{"name": "napari hub", "url": "https://napari-hub.org"}], "github_url": "https://github.com/napari/napari", "navbar_start": ["navbar-logo", "navbar-project"], "navbar_end": ["version-switcher", "navbar-icon-links"], @@ -116,6 +114,7 @@ "pygment_light_style": "napari", "pygment_dark_style": "napari", "announcement": "https://napari.org/dev/_static/announcement.html", + "back_to_top_button": False, } # Add any paths that contain custom static files (such as style sheets) here,