Merge "Fixes modules index generated by Sphinx"

This commit is contained in:
Jenkins
2015-07-24 18:48:06 +00:00
committed by Gerrit Code Review

View File

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