Skip to content

Commit 3a538c3

Browse files
https://github.com/pydata/pydata-sphinx-theme/issues/1094
1 parent 315c542 commit 3a538c3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/conf.py

+7
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,10 @@
1414
html_css_files = [
1515
'custom.css',
1616
]
17+
18+
html_theme_options = {
19+
"logo": {
20+
"image_light": "logo-light.png",
21+
"image_dark": "logo-dark.png",
22+
}
23+
}

0 commit comments

Comments
 (0)