Add favicon to docs (#1545)

* add sphinx's html_favicon config

* removed unneeded newline

* ran pre-commit hooks
This commit is contained in:
Léo 2024-10-30 21:54:13 +01:00 committed by GitHub
parent 1a992e31e8
commit 917252a5a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,6 +60,7 @@ html_theme_options = {
},
}
html_favicon = html_theme_options["logo"]["image_light"]
# -- Options for HTMLHelp output ---------------------------------------------