From 5a0ceca905c23dcdb79678354912ce91b096438c Mon Sep 17 00:00:00 2001 From: Ryunosuke O'Neil Date: Thu, 29 Sep 2022 19:45:59 +0200 Subject: [PATCH] Add `source_edit_link` as a theme configuration parameter (#510) This enables providing custom URLs for alternative VCS hosts. --- src/furo/theme/furo/theme.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/src/furo/theme/furo/theme.conf b/src/furo/theme/furo/theme.conf index c9f2eefd8..dd3606d6d 100644 --- a/src/furo/theme/furo/theme.conf +++ b/src/furo/theme/furo/theme.conf @@ -26,3 +26,4 @@ top_of_page_button = edit source_repository = source_branch = source_directory = +source_edit_link =