summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/conf.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 02eb827f..cd320f52 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -164,3 +164,8 @@ texinfo_documents = [
# -- Options for Extensions -------------------------------------------
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'http://docs.python.org/': None}
+
+# options for autodoc
+autodoc_default_options = {
+ 'member-order': 'bysource'
+}