From e4e482ec21641dfc2eb4f1436fa15ff3d1f9e097 Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Tue, 28 Oct 2025 12:19:13 +0000 Subject: [PATCH] Add view and edit buttons to Sphinx docs --- docs/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index 3c1e6a83b..d5da1232e 100755 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -74,6 +74,7 @@ html_show_sourcelink = False html_theme_options = { "sidebar_hide_name": False, + "top_of_page_buttons": ["view", "edit"], } # Retry link checking to avoid transient network errors.