Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Commit 3028cda

Browse files
committed
Update conf.py and add dark mode logo.
1 parent 3776b2d commit 3028cda

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,12 @@
5858
# a list of builtin themes.
5959
#
6060
html_theme = "furo"
61-
html_logo = "logo.png"
61+
# html_logo = "logo.png"
6262

6363
html_theme_options = {
6464
"sidebar_hide_name": True,
65+
"light_logo": "logo.png",
66+
"dark_logo": "wl_dark.png"
6567
}
6668

6769
# Add any paths that contain custom static files (such as style sheets) here,

docs/wl_dark.png

25.5 KB
Loading

0 commit comments

Comments
 (0)