diff --git a/docs/source/conf.py b/docs/source/conf.py index 687198d5..3ea87985 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -32,7 +32,7 @@ autodoc_typehints_format = "short" # autosummary_generate_overwrite = False # autosummary_ignore_module_all = False -autoclass_content = "both" # include both class docstring and __init__ +autoclass_content = "class" # include only class docstring and ignore __init__ napoleon_use_rtype = False # More legible # napoleon_numpy_docstring = False # Force consistency, leave only Google