Skip to content
Snippets Groups Projects
Commit 45e2a28f authored by David Douard's avatar David Douard
Browse files

conf: exclude swh. part when building the module index

so we have more than just the 's' index entry 's' in there.
parent 04005215
No related branches found
No related tags found
No related merge requests found
......@@ -125,6 +125,8 @@ autodoc_default_flags = ['members', 'undoc-members']
autodoc_member_order = 'bysource'
autodoc_mock_imports = ['rados']
modindex_common_prefix = ['swh.']
# 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