From 002ecfc61c9b39821577de08096b4a1529a09ddd Mon Sep 17 00:00:00 2001 From: Hassan Abouelela Date: Fri, 3 Dec 2021 12:04:47 +0400 Subject: Add Favicon --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/conf.py') 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", -- cgit v1.2.3