diff --git a/docs/conf.py b/docs/conf.py index 9a38a38e..afccaf01 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -59,8 +59,9 @@ html_static_path = [] html_logo = "logo.png" html_favicon = "favicon.ico" -# html_theme_options = { -# "logo": { -# "text": "CloudDrift library", -# } -# } +html_theme_options = { + "logo": { + "image_light": "logo.png", + "image_dark": "logo.png", + } +}