Skip to content

Commit

Permalink
fix logo
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Kreuwel <[email protected]>
  • Loading branch information
FrankKr committed Mar 1, 2023
1 parent dfeeac1 commit ae91667
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@
# a list of builtin themes.
#
html_theme = "pydata_sphinx_theme"
html_logo = "openstef_logo_small.png"
html_logo = "logo_openstef_small.png"
html_favicon = "openstef.ico"
html_theme_options = {
"logo": {
"image_light": "openstef_logo_small.png",
"image_dark": "openstef_logo_small.png",
"image_light": "logo_openstef_small.png",
"image_dark": "logo_openstef_small.png",
},
"icon_links": [
{
Expand Down

0 comments on commit ae91667

Please sign in to comment.