From ce210da2f5d24cc45a95523045e4b835ce7f7457 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Tue, 30 Sep 2025 15:36:40 +0200 Subject: [PATCH 1/2] Turn on back-to-top button --- docs/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 5da9c3d..5c14a0e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -40,7 +40,6 @@ "navbar_links": ("absolute", "server-stable"), "footer_start": ["landing_footer"], "secondary_sidebar_items": [], - "back_to_top_button": False, } # Add any paths that contain custom static files (such as style sheets) here, From 51396cb3d69d70bf44a9b1f61cc563382d288ce4 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Fri, 3 Oct 2025 20:44:57 +0100 Subject: [PATCH 2/2] Comment out config instead of removing --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 5c14a0e..3f95be3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -40,6 +40,8 @@ "navbar_links": ("absolute", "server-stable"), "footer_start": ["landing_footer"], "secondary_sidebar_items": [], + # commented out to work around https://github.com/matplotlib/mpl-brochure-site/issues/106 + # "back_to_top_button": False, } # Add any paths that contain custom static files (such as style sheets) here,