aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-02-21 17:20:53 +0000
committerGravatar Chris Lovering <[email protected]>2022-02-24 17:32:47 +0000
commitb3c4cf3c81cea56638beb002ecba96707fb5f96b (patch)
tree39335b8c3f2f0004af1624616c0db4ec8c2797de /docs/conf.py
parentRemove releases package used to autogenerate changelog (diff)
Add markdown powered changelog
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py5
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()