Browse Source

Remove type hints from generated docs

pull/6666/head
Rapptz 4 years ago
parent
commit
b818296c21
  1. 1
      docs/conf.py

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

Loading…
Cancel
Save