Remove type hints from generated docs

This commit is contained in:
Rapptz 2021-04-07 06:35:29 -04:00
parent f49d565d51
commit b818296c21

View File

@ -43,6 +43,7 @@ extensions = [
]
autodoc_member_order = 'bysource'
autodoc_typehints = 'none'
extlinks = {
'issue': ('https://github.com/Rapptz/discord.py/issues/%s', 'GH-'),