Skip to content
Snippets Groups Projects
Commit a8ca608e authored by vlorentz's avatar vlorentz
Browse files

Include class docstrings in the autodocumentation.

For some reason, neither was included, even though 'autoclass_content'
should default to 'class'.
Anyway, there is no harm in including both.
parent 57292cc8
No related branches found
No related tags found
No related merge requests found
......@@ -152,6 +152,7 @@ autodoc_default_flags = [
]
autodoc_member_order = "bysource"
autodoc_mock_imports = ["rados"]
autoclass_content = "both"
modindex_common_prefix = ["swh."]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment