0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 03:31:50 +02:00

docs: readthedocs icon path fixed

This commit is contained in:
2024-07-19 16:37:59 +02:00
committed by appel_c
parent 006f7c01fd
commit 2bcaa4256d

View File

@ -78,4 +78,4 @@ language = "Python"
html_theme = "pydata_sphinx_theme" html_theme = "pydata_sphinx_theme"
html_static_path = ["_static"] html_static_path = ["_static"]
html_css_files = ["custom.css"] 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"