From 7ddf28aed84cd5dbe5a7e8b530d04b88f30e2483 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Thu, 24 Feb 2022 18:21:20 +0000 Subject: Custom css to de-bold index page Also bump pyproject version to 2.0.0 to match changelog --- 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 73de7daf..52eaf60a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -83,6 +83,7 @@ html_logo = "https://raw.githubusercontent.com/python-discord/branding/main/logo html_favicon = html_logo html_css_files = [ + "index.css", "logo.css", ] -- cgit v1.2.3