fix: link to sources
This commit is contained in:
@@ -7,10 +7,11 @@ import sys
|
|||||||
sys.path.append(os.curdir)
|
sys.path.append(os.curdir)
|
||||||
from globalconf import *
|
from globalconf import *
|
||||||
|
|
||||||
|
YEAR = "2025-2026"
|
||||||
AUTHOR = "Benjamin Bertrand"
|
AUTHOR = "Benjamin Bertrand"
|
||||||
SITENAME = "OpyTex"
|
SITENAME = "OpyTex"
|
||||||
SITETITLE = "OpyTex"
|
SITETITLE = "OpyTex"
|
||||||
SITESUBTITLE = "2025-2026"
|
SITESUBTITLE = YEAR
|
||||||
SITEURL = ""
|
SITEURL = ""
|
||||||
|
|
||||||
CC_LICENSE_COMMERCIAL = True
|
CC_LICENSE_COMMERCIAL = True
|
||||||
@@ -93,5 +94,5 @@ AUTHOR_FEED_ATOM = None
|
|||||||
AUTHOR_FEED_RSS = None
|
AUTHOR_FEED_RSS = None
|
||||||
|
|
||||||
# SOURCE LINK
|
# 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"
|
SOURCE_ICON_URL = "https://git.opytex.org/assets/img/logo.svg"
|
||||||
|
|||||||
Reference in New Issue
Block a user