diff options
| author | J08nY | 2025-03-19 14:48:38 +0100 |
|---|---|---|
| committer | J08nY | 2025-03-19 14:48:38 +0100 |
| commit | f50335f62ff4ebd4ea855597357f1d7a6df8eef8 (patch) | |
| tree | 07074876090a99c59c844ac0b79df0414b870ce3 /docs | |
| parent | 25e07e0ae5f74f05edbdd5026a51417333b4679c (diff) | |
| download | pyecsca-f50335f62ff4ebd4ea855597357f1d7a6df8eef8.tar.gz pyecsca-f50335f62ff4ebd4ea855597357f1d7a6df8eef8.tar.zst pyecsca-f50335f62ff4ebd4ea855597357f1d7a6df8eef8.zip | |
Cleanup docs from unnecessary inherited items.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py index ed9407f..a759ece 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,7 +21,7 @@ sys.path.insert(0, os.path.abspath('../notebook/')) # -- Project information ----------------------------------------------------- project = 'pyecsca' -copyright = '2018-2024, Jan Jancar' +copyright = '2018-2025, Jan Jancar' author = 'Jan Jancar' sys.path.append(os.path.abspath('..')) @@ -222,7 +222,7 @@ todo_include_todos = True autodoc_default_options = { "members": True, "undoc-members": True, - "inherited-members": True, + "inherited-members": "object, int, float, str, list, dict, set", "show-inheritance": True, "member-order": "bysource", # "special-members": "__init__" |
