aboutsummaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorRapptz <[email protected]>2016-01-08 19:19:53 -0500
committerRapptz <[email protected]>2016-01-08 19:19:53 -0500
commitaf94179be50e7dd74c6afbff5d98359cf0d4ba38 (patch)
tree2fc84745aab91b6c3b9b0623421fe91a8acf9d03 /docs/conf.py
parentFix conflicts with __slots__ and the new properties under Server. (diff)
downloaddiscord.py-af94179be50e7dd74c6afbff5d98359cf0d4ba38.tar.xz
discord.py-af94179be50e7dd74c6afbff5d98359cf0d4ba38.zip
Change order of documentation by source declaration.
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 2 insertions, 0 deletions
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 '),
}