Skip to content

Commit 90a7120

Browse files
authored
Change logo paths in _config.yml
Updated logo paths in the configuration file.
1 parent b29b622 commit 90a7120

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

doc/_config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
title: Semantic Digital Twin
55
author: AICOR Institute for Artificial Intelligence
6-
logo: "images/semantic_world.png"
76

87
# Force re-execution of notebooks on each build.
98
# See https://jupyterbook.org/content/execute.html
@@ -41,8 +40,8 @@ sphinx:
4140
html_static_path: ["_static"]
4241
html_theme_options:
4342
logo:
44-
image_light: "_static/images/semantic_world.png"
45-
image_dark: "_static/images/semantic_world.png"
43+
image_light: "_static/images/semantic_world_logo.png"
44+
image_dark: "_static/images/semantic_world_logo_dark_mode.png"
4645

4746

4847
# Information about where the book exists on the web

0 commit comments

Comments
 (0)