diff options
| author | J08nY | 2020-12-17 00:10:11 +0100 |
|---|---|---|
| committer | J08nY | 2020-12-17 00:10:11 +0100 |
| commit | ebf81fd14909a9d53e7f0ef957a526397cbf1b00 (patch) | |
| tree | 41a5a9087cde11741ec1e533dbf1145257be8fdd /docs/conf.py | |
| parent | a9c2acccedbd260f66dab3a615f3ead76e861da9 (diff) | |
| download | pyecsca-ebf81fd14909a9d53e7f0ef957a526397cbf1b00.tar.gz pyecsca-ebf81fd14909a9d53e7f0ef957a526397cbf1b00.tar.zst pyecsca-ebf81fd14909a9d53e7f0ef957a526397cbf1b00.zip | |
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 3 |
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 |
