diff options
author | 2022-02-21 17:20:53 +0000 | |
---|---|---|
committer | 2022-02-24 17:32:47 +0000 | |
commit | b3c4cf3c81cea56638beb002ecba96707fb5f96b (patch) | |
tree | 39335b8c3f2f0004af1624616c0db4ec8c2797de /docs/conf.py | |
parent | Remove releases package used to autogenerate changelog (diff) |
Add markdown powered changelog
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/conf.py b/docs/conf.py index 0f0167ad..476a4d36 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -83,14 +83,9 @@ html_logo = "https://raw.githubusercontent.com/python-discord/branding/main/logo html_favicon = html_logo html_css_files = [ - "changelog.css", "logo.css", ] -html_js_files = [ - "changelog.js", -] - utils.cleanup() |