We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b29b622 commit 90a7120Copy full SHA for 90a7120
1 file changed
doc/_config.yml
@@ -3,7 +3,6 @@
3
4
title: Semantic Digital Twin
5
author: AICOR Institute for Artificial Intelligence
6
-logo: "images/semantic_world.png"
7
8
# Force re-execution of notebooks on each build.
9
# See https://jupyterbook.org/content/execute.html
@@ -41,8 +40,8 @@ sphinx:
41
40
html_static_path: ["_static"]
42
html_theme_options:
43
logo:
44
- image_light: "_static/images/semantic_world.png"
45
- image_dark: "_static/images/semantic_world.png"
+ image_light: "_static/images/semantic_world_logo.png"
+ image_dark: "_static/images/semantic_world_logo_dark_mode.png"
46
47
48
# Information about where the book exists on the web
0 commit comments