aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRapptz <[email protected]>2021-04-07 06:35:29 -0400
committerRapptz <[email protected]>2021-04-07 06:35:29 -0400
commitb818296c21dc9f532981260d91cfce4bf49188b8 (patch)
tree26627fc000dc60ecd443d91f17411147688a90bf /docs
parentRename discord.types file based on relevant core module file (diff)
downloaddiscord.py-b818296c21dc9f532981260d91cfce4bf49188b8.tar.xz
discord.py-b818296c21dc9f532981260d91cfce4bf49188b8.zip
Remove type hints from generated docs
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index b353bd8a..aed9086b 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-'),