aboutsummaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorJ08nY2020-12-17 00:10:11 +0100
committerJ08nY2020-12-17 00:10:11 +0100
commitebf81fd14909a9d53e7f0ef957a526397cbf1b00 (patch)
tree41a5a9087cde11741ec1e533dbf1145257be8fdd /docs/conf.py
parenta9c2acccedbd260f66dab3a615f3ead76e861da9 (diff)
downloadpyecsca-ebf81fd14909a9d53e7f0ef957a526397cbf1b00.tar.gz
pyecsca-ebf81fd14909a9d53e7f0ef957a526397cbf1b00.tar.zst
pyecsca-ebf81fd14909a9d53e7f0ef957a526397cbf1b00.zip
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 7f4489b..5ceee32 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -206,7 +206,8 @@ autodoc_default_options = {
"members": True,
"undoc-members": True,
"inherited-members": True,
- "show-inheritance": True
+ "show-inheritance": True,
+ "member-order": "bysource"
}
nbsphinx_allow_errors = True