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()