From 356aad8b464e1cb35109a921120c5a082f208e47 Mon Sep 17 00:00:00 2001 From: Peter Hill Date: Thu, 12 Feb 2026 14:46:01 +0000 Subject: [PATCH] Fix docs url --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index ef19390..c55739c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -75,7 +75,7 @@ html_static_path = ["_static"] html_theme_options = { - "repository_url": "https://github.com/cydcowley/DLS-model", + "repository_url": "https://github.com/PlasmaFAIR/snaptol", "repository_branch": "main", "path_to_docs": "docs", "use_edit_page_button": True,