From b3c4cf3c81cea56638beb002ecba96707fb5f96b Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Mon, 21 Feb 2022 17:20:53 +0000 Subject: Add markdown powered changelog --- docs/conf.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'docs/conf.py') 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() -- cgit v1.2.3