Merge "Fixes modules index generated by Sphinx"

This commit is contained in:
Jenkins 2015-07-12 05:07:00 +00:00 committed by Gerrit Code Review
commit d96f8b532a

View File

@ -100,7 +100,7 @@ exclude_patterns = []
pygments_style = 'sphinx'
# A list of ignored prefixes for module index sorting.
#modindex_common_prefix = []
modindex_common_prefix = ['openstackclient.']
# -- Options for HTML output --------------------------------------------------