Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading