diff --git a/docs/source/conf.py b/docs/source/conf.py index 1b3572d..a17dd60 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -80,6 +80,7 @@ # html_theme = 'pydata_sphinx_theme' html_favicon = 'images/logo.ico' +html_logo = 'images/logo_light.svg' html_theme_options = {'logo':{'image_light':'images/logo_light.svg', 'image_dark':'images/logo_dark.svg', 'alt_text':f'burstH2MM {version}'}} # Add any paths that contain custom static files (such as style sheets) here,