Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
milancurcic committed Jan 17, 2023
1 parent d2f6e9b commit b44f8af
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}
}

0 comments on commit b44f8af

Please sign in to comment.