diff options
author | 2021-12-03 12:04:47 +0400 | |
---|---|---|
committer | 2021-12-03 12:04:47 +0400 | |
commit | 002ecfc61c9b39821577de08096b4a1529a09ddd (patch) | |
tree | b18b347b912060a71d7ec58cec3966c27759b455 | |
parent | Update Doc Entry Color (diff) |
Add Favicon
-rw-r--r-- | docs/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index 86d5682d..4ab831d3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -77,6 +77,7 @@ html_title = f"{project} v{version}" html_short_title = project html_logo = "https://raw.githubusercontent.com/python-discord/branding/main/logos/logo_full/logo_full.min.svg" +html_favicon = html_logo html_css_files = [ "changelog.css", |