From f50335f62ff4ebd4ea855597357f1d7a6df8eef8 Mon Sep 17 00:00:00 2001 From: J08nY Date: Wed, 19 Mar 2025 14:48:38 +0100 Subject: Cleanup docs from unnecessary inherited items. --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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__" -- cgit v1.2.3-70-g09d2