|
@ -45,6 +45,8 @@ extensions = [ |
|
|
|
|
|
|
|
|
autodoc_member_order = 'bysource' |
|
|
autodoc_member_order = 'bysource' |
|
|
autodoc_typehints = 'none' |
|
|
autodoc_typehints = 'none' |
|
|
|
|
|
# maybe consider this? |
|
|
|
|
|
# napoleon_attr_annotations = False |
|
|
|
|
|
|
|
|
extlinks = { |
|
|
extlinks = { |
|
|
'issue': ('https://github.com/Rapptz/discord.py/issues/%s', 'GH-'), |
|
|
'issue': ('https://github.com/Rapptz/discord.py/issues/%s', 'GH-'), |
|
|