summaryrefslogtreecommitdiff
path: root/doc/extapi
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2018-12-12 10:48:16 +0100
committerFlorian Bruhin <me@the-compiler.org>2018-12-12 10:48:16 +0100
commit5a1be2ff165bf56d50154cf08263ddda5751548e (patch)
tree3ade2e42766d48515fefe87544fafb06a21813b9 /doc/extapi
parenta9cac0895eac1b2d0be4cdd8a52506c3af036339 (diff)
downloadqutebrowser-5a1be2ff165bf56d50154cf08263ddda5751548e.tar.gz
qutebrowser-5a1be2ff165bf56d50154cf08263ddda5751548e.zip
Order members like in source
Diffstat (limited to 'doc/extapi')
-rw-r--r--doc/extapi/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/extapi/conf.py b/doc/extapi/conf.py
index 09105248a..4cc5c6803 100644
--- a/doc/extapi/conf.py
+++ b/doc/extapi/conf.py
@@ -42,6 +42,7 @@ extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.napoleon',
]
+autodoc_member_order = 'bysource'
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']