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

Autodocument private and special members.

Useful for swh.objstorage.cloud.objstorage_cloud.CloudObjStorage
and probably others as well.
parent 1ab91453
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,8 @@ intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}
# -- autodoc configuration ----------------------------------------------
autodoc_default_flags = ['members', 'undoc-members']
autodoc_default_flags = ['members', 'undoc-members', 'private-members',
'special-members']
autodoc_member_order = 'bysource'
autodoc_mock_imports = ['rados']
......
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