diff options
author | 2022-02-24 18:21:20 +0000 | |
---|---|---|
committer | 2022-02-24 20:07:38 +0000 | |
commit | 7ddf28aed84cd5dbe5a7e8b530d04b88f30e2483 (patch) | |
tree | db5293c101a8fd204cb2afd185c9856420c1ae87 /docs/conf.py | |
parent | Migrate to using disnake over Discord.py 2.0a0 (diff) |
Custom css to de-bold index page
Also bump pyproject version to 2.0.0 to match changelog
Diffstat (limited to 'docs/conf.py')
-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 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", ] |