diff options
| author | Rapptz <[email protected]> | 2021-04-07 06:35:29 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2021-04-07 06:35:29 -0400 |
| commit | b818296c21dc9f532981260d91cfce4bf49188b8 (patch) | |
| tree | 26627fc000dc60ecd443d91f17411147688a90bf /docs | |
| parent | Rename discord.types file based on relevant core module file (diff) | |
| download | discord.py-b818296c21dc9f532981260d91cfce4bf49188b8.tar.xz discord.py-b818296c21dc9f532981260d91cfce4bf49188b8.zip | |
Remove type hints from generated docs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 1 |
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-'), |