From b818296c21dc9f532981260d91cfce4bf49188b8 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Wed, 7 Apr 2021 06:35:29 -0400 Subject: [PATCH] Remove type hints from generated docs --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index b353bd8a3..aed9086b0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -43,6 +43,7 @@ extensions = [ ] autodoc_member_order = 'bysource' +autodoc_typehints = 'none' extlinks = { 'issue': ('https://github.com/Rapptz/discord.py/issues/%s', 'GH-'),