From a0231fd59cfc58a30bf5c4b2dd4715fb25a272b3 Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Tue, 28 Oct 2025 12:21:53 +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 8c7e78f0..4bce31b2 100755 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -60,6 +60,7 @@ html_show_sourcelink = False html_theme_options = { "sidebar_hide_name": False, + "top_of_page_buttons": ["view", "edit"], } # Output file base name for HTML help builder.