fix: link to sources
All checks were successful
Build and Deploy to MinIO / build (push) Successful in 1m19s
Build and Deploy to MinIO / deploy (push) Successful in 59s

This commit is contained in:
2025-09-06 09:03:47 +02:00
parent bcd9480e66
commit 4e3af32f41

View File

@@ -7,10 +7,11 @@ import sys
sys.path.append(os.curdir)
from globalconf import *
YEAR = "2025-2026"
AUTHOR = "Benjamin Bertrand"
SITENAME = "OpyTex"
SITETITLE = "OpyTex"
SITESUBTITLE = "2025-2026"
SITESUBTITLE = YEAR
SITEURL = ""
CC_LICENSE_COMMERCIAL = True
@@ -93,5 +94,5 @@ AUTHOR_FEED_ATOM = None
AUTHOR_FEED_RSS = None
# SOURCE LINK
GIT_SOURCE_BASE_URL = "https://git.opytex.org/spazz/2022-2023/src/branch/main"
GIT_SOURCE_BASE_URL = f"https://git.opytex.org/Cours/{YEAR}/src/branch/main"
SOURCE_ICON_URL = "https://git.opytex.org/assets/img/logo.svg"