Fixes modules index generated by Sphinx

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

Change-Id: Id1f86c92dfea0faf72484df12764b01b6c8f2d08
This commit is contained in:
David Stanek 2015-07-08 20:10:30 +00:00
parent 4e7c4ed250
commit 23409ee716
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ add_module_names = True
pygments_style = 'sphinx'
# A list of ignored prefixes for module index sorting.
#modindex_common_prefix = []
modindex_common_prefix = ['keystonemiddleware.']
# Grouping the document tree for man pages.
# List of tuples 'sourcefile', 'target', 'title', 'Authors name', 'manual'