diff options
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index f7193dc5..03f69c19 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -45,6 +45,8 @@ extensions = [ autodoc_member_order = 'bysource' autodoc_typehints = 'none' +# maybe consider this? +# napoleon_attr_annotations = False extlinks = { 'issue': ('https://github.com/Rapptz/discord.py/issues/%s', 'GH-'), |