Fixes modules index generated by Sphinx

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

Change-Id: Ie9f5d7fe428142bdb8027b422e3023418b48c428
This commit is contained in:
lin-hua-cheng 2015-07-09 21:40:31 -07:00
parent 35dc2bed9e
commit 89cf9f61b1

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