commit e5f7026202366812cb29e8a326cd82e2e3b80eb4
parent 03cfa18a5a05ce137a42d761540092694ce2e8ea
Author: Bohdan Potuzhnyi <bohdan.potuzhnyi@gmail.com>
Date: Thu, 17 Apr 2025 13:27:13 +0200
make appear logo again
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/conf.py b/conf.py
@@ -153,8 +153,8 @@ html_theme_options = {
# Set the name of the project to appear in the sidebar
"home_page_in_toc": True,
"logo": {
- "image_light": "_static/taler-logo.svg",
- "image_dark": "_static/taler-logo-white.svg",
+ "image_light": "images/taler-logo.svg",
+ "image_dark": "images/taler-logo-white.svg",
},
"show_navbar_depth": 1,
"show_toc_level": 2,