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
commit 22e1f7bf40
1 changed files with 1 additions and 1 deletions

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 ---------------------------------------------------