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:
@@ -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 ---------------------------------------------------
|
||||
|
Reference in New Issue
Block a user