From af94179be50e7dd74c6afbff5d98359cf0d4ba38 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Fri, 8 Jan 2016 19:19:53 -0500 Subject: Change order of documentation by source declaration. --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/conf.py b/docs/conf.py index bb5d585c..85bdbd89 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -35,6 +35,8 @@ extensions = [ 'sphinx.ext.napoleon', ] +autodoc_member_order = 'bysource' + extlinks = { 'issue': ('https://github.com/Rapptz/discord.py/issues/%s', 'issue '), } -- cgit v1.2.3