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-'),