From 2bcaa4256d6daaefacb3ead8c72458d7b1498e29 Mon Sep 17 00:00:00 2001 From: wyzula-jan Date: Fri, 19 Jul 2024 16:37:59 +0200 Subject: [PATCH] docs: readthedocs icon path fixed --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index a54b820e..d8ac8d35 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -78,4 +78,4 @@ language = "Python" html_theme = "pydata_sphinx_theme" html_static_path = ["_static"] html_css_files = ["custom.css"] -html_logo = "../bec_widgets/assets/bec_widgets_icon.png" +html_logo = "../bec_widgets/assets/app_icons/bec_widgets_icon.png"