From f3ff2379aff34e1dfdf3428b8260969326a5d800 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Sat, 9 Dec 2023 18:58:35 +0100 Subject: [PATCH] FIX: set correct repo name --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 05ceee5d..02d3c60a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -149,7 +149,7 @@ myst_substitutions = { "branch": BRANCH, "build_date": datetime.today().strftime("%d %B %Y"), - "repo": REPO_NAME, + "repo": f"{ORGANIZATION}/{REPO_NAME}", } myst_update_mathjax = False nb_execution_mode = get_execution_mode()