Skip to content

Commit 46baa71

Browse files
committed
apply specifics
1 parent 93ec6d3 commit 46baa71

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

source/conf.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33

44
# -- Configuration parameter -------------------------------------------------
55
# ----------------------------------------------------------------------------
6-
repository_owner = "FIXME"
7-
repository_name = "FIXME"
8-
repository_branch = "main"
6+
repository_owner = "T4D-GmbH"
7+
repository_name = "web-course-template"
8+
repository_branch = "publish"
99
# -- set the logo
1010
course_logo = {
11-
"image_light": "_static/FIXME",
12-
"image_dark": "_static/FIXME",
13-
"alt-text": "", # FIXME: optionally provide alt text
14-
"favicon": "_static/FIXME",
11+
"image_light": "_static/T4D_logo_bw.svg",
12+
"image_dark": "_static/T4D_logo_wb.svg",
13+
"alt-text": "",
14+
"favicon": "_static/T4D_logo.svg",
1515
}
1616
# -- name your project
17-
project = 'FIXME'
17+
project = 'Web Course Template'
1818
# -- provide authorship info
19-
author = 'FIXME'
19+
author = 'Jonas Liechti - https://github.com/j-i-l'
2020
# -- optionally adapt copyright
2121
# ---OPTIONAL ----------------------------------------------------------------
2222
# -- custom page url for own domain

0 commit comments

Comments
 (0)