Change order of documentation by source declaration.

This commit is contained in:
Rapptz
2016-01-08 19:19:53 -05:00
parent 93e3c360a7
commit af94179be5
2 changed files with 180 additions and 178 deletions

View File

@ -35,6 +35,8 @@ extensions = [
'sphinx.ext.napoleon',
]
autodoc_member_order = 'bysource'
extlinks = {
'issue': ('https://github.com/Rapptz/discord.py/issues/%s', 'issue '),
}