From 5de1da02c64f598a5f32d6f2d1309b09d23af791 Mon Sep 17 00:00:00 2001 From: Anton Steketee <79179784+anton-seaice@users.noreply.github.com> Date: Wed, 22 Nov 2023 09:19:22 +1100 Subject: [PATCH] Fix edit link in docs --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 27551a4..3952efc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -75,7 +75,7 @@ html_theme = "sphinx_book_theme" html_static_path = ["_static"] html_context = { - "github_user": "dougiesquire", + "github_user": "ACCESS-NRI", "github_repo": "access-nri-intake-catalog", "github_version": "main", "doc_path": "./docs",