From fbdbf5f237a9efc4f6579b7f2a849b0b3a9d6637 Mon Sep 17 00:00:00 2001 From: "Jonas I. Liechti" Date: Thu, 10 Oct 2024 11:37:54 +0200 Subject: [PATCH] bug fix: repo url formatting --- source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/conf.py b/source/conf.py index 7207e2b..e077377 100644 --- a/source/conf.py +++ b/source/conf.py @@ -7,7 +7,7 @@ repository_name = "web-course-template" repository_branch = "main" # -- optionally adat these -repository_url = r"https://github.com/{repository_owner}/{repository_name}" +repository_url = f"https://github.com/{repository_owner}/{repository_name}" page_url = f"https://{repository_owner}.github.io/{repository_name}" # -- set the logo course_logo = {