Skip to content

Commit 1217c43

Browse files
authored
Fix sphinx theme logo in conf (#81)
* Use workaround from pydata/pydata-sphinx-theme#1094 (comment) * Format with black
1 parent d2f6e9b commit 1217c43

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/conf.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,9 @@
5959
html_static_path = []
6060
html_logo = "logo.png"
6161
html_favicon = "favicon.ico"
62-
# html_theme_options = {
63-
# "logo": {
64-
# "text": "CloudDrift library",
65-
# }
66-
# }
62+
html_theme_options = {
63+
"logo": {
64+
"image_light": "logo.png",
65+
"image_dark": "logo.png",
66+
}
67+
}

0 commit comments

Comments
 (0)