aboutsummaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
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 '),
}