From 8d07e3d961bb093f967b5c8f2b3118c941fd94d4 Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Mon, 13 May 2024 22:28:19 +0200 Subject: [PATCH] fix "edit on github" --- content/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/conf.py b/content/conf.py index 4b55ac3..d2484e5 100644 --- a/content/conf.py +++ b/content/conf.py @@ -21,9 +21,9 @@ copyright = "2024-, The contributors" author = "The contributors" github_user = "coderefinery" -github_repo_name = "" # auto-detected from dirname if blank +github_repo_name = "ttt4hpc_containers" # auto-detected from dirname if blank github_version = "main" -conf_py_path = "/ttt4hpc_containers/content/" # with leading and trailing slash +conf_py_path = "/content/" # with leading and trailing slash # -- General configuration ---------------------------------------------------