Skip to content

Commit

Permalink
Update conf.py and add dark mode logo.
Browse files Browse the repository at this point in the history
  • Loading branch information
EvieePy committed Jan 24, 2022
1 parent 3776b2d commit 3028cda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,12 @@
# a list of builtin themes.
#
html_theme = "furo"
html_logo = "logo.png"
# html_logo = "logo.png"

html_theme_options = {
"sidebar_hide_name": True,
"light_logo": "logo.png",
"dark_logo": "wl_dark.png"
}

# Add any paths that contain custom static files (such as style sheets) here,
Expand Down
Binary file added docs/wl_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3028cda

Please sign in to comment.