Skip to content
Snippets Groups Projects
Commit 31421811 authored by Antoine Lambert's avatar Antoine Lambert
Browse files

conf.py: mock rados module for autodoc

parent 2b939db3
No related branches found
No related tags found
No related merge requests found
......@@ -114,6 +114,7 @@ intersphinx_mapping = {'https://docs.python.org/3/': None}
# -- autodoc configuration ----------------------------------------------
autodoc_default_flags = ['members', 'undoc-members']
autodoc_member_order = 'bysource'
autodoc_mock_imports = ['rados']
# for the extlinks extension, sub-projects should fill that dict
extlinks = {}
......
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