Fixes modules index generated by Sphinx

Sphinx was always using (o)penstack_auth for the prefix so the index
wasn't very useful.

Change-Id: I872b883688eba22631dd030dad9430b39a19f333
This commit is contained in:
lin-hua-cheng
2015-07-09 21:28:20 -07:00
parent 05acc64b53
commit aa8751e57e

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