From 807114f1119fb999b0c55677e6af042eb1cefbeb Mon Sep 17 00:00:00 2001 From: Pierre Haessig Date: Fri, 15 Sep 2023 17:16:06 +0200 Subject: [PATCH] Fix Github URL in doc header --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index bc3d1ace..890a94ca 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -33,7 +33,7 @@ # theme html_theme = "pydata_sphinx_theme" html_theme_options = { - "github_url": P["urls"]["Homepage"], + "github_url": P["urls"]["Source"], "use_edit_page_button": True, "icon_links": [ {