From 9b44cfcd7737fe9c4ab1edb228ed8b76b6e3dacf Mon Sep 17 00:00:00 2001 From: BRAUN REMI Date: Tue, 17 Dec 2024 15:53:45 +0100 Subject: [PATCH] Fix conf.py's URL --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index d66ed05a..35f65377 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -146,7 +146,7 @@ # further. For a list of options available for each theme, see the # documentation. html_theme_options = { - "repository_url": "https://eoreader.readthedocs.io", + "repository_url": "https://github.com/sertit/eoreader", "use_repository_button": True, "use_issues_button": True, "use_edit_page_button": False,