Skip to content

Commit

Permalink
FIX: set correct repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Dec 9, 2023
1 parent caf73cb commit f3ff237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit f3ff237

Please sign in to comment.