diff --git a/docs/conf.py b/docs/conf.py index 7278984c..7cddbba9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -90,6 +90,7 @@ autodoc_typehints = "description" autodoc_default_options = { "inherited-members": None, + "show-inheritance": True, } napoleon_google_docstring = True napoleon_numpy_docstring = False