aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2021-12-03 12:04:47 +0400
committerGravatar Hassan Abouelela <[email protected]>2021-12-03 12:04:47 +0400
commit002ecfc61c9b39821577de08096b4a1529a09ddd (patch)
treeb18b347b912060a71d7ec58cec3966c27759b455 /docs
parentUpdate Doc Entry Color (diff)
Add Favicon
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py1
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",