From 867a6034d823f2ee74792b75a8ee9f0f5e4bbc5f Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Tue, 28 Oct 2025 13:42:06 +0000 Subject: [PATCH] Configure Furo top-of-page buttons with repository details --- docs/source/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index d5da1232..c24499f7 100755 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -74,7 +74,9 @@ html_show_sourcelink = False html_theme_options = { "sidebar_hide_name": False, - "top_of_page_buttons": ["view", "edit"], + "source_repository": "https://github.com/VWS-Python/vws-python-mock/", + "source_branch": "main", + "source_directory": "docs/source/", } # Retry link checking to avoid transient network errors.