summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Stanek <dstanek@dstanek.com>2015-07-07 21:53:22 +0000
committerDavid Stanek <dstanek@dstanek.com>2015-07-08 20:12:31 +0000
commit4034366b51244547e6b589160f8db015bb72be37 (patch)
tree847cf29367df47ffcbafcb4e238fa00d156afcf5 /doc
parent350b7951d07bc088836e1270eeb8284dcdf0b817 (diff)
downloadpython-keystoneclient-4034366b51244547e6b589160f8db015bb72be37.tar.gz
Fixes modules index generated by Sphinx
Sphinx was always using (k)eystoneclient for the prefix so the index wasn't very useful. Change-Id: I9f883e1005874b5f5019f9030b94174a2169ed77
Diffstat (limited to 'doc')
-rw-r--r--doc/source/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 4e238aa..593d7e2 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -103,7 +103,7 @@ add_module_names = True
pygments_style = 'sphinx'
# A list of ignored prefixes for module index sorting.
-#modindex_common_prefix = []
+modindex_common_prefix = ['keystoneclient.']
# Grouping the document tree for man pages.
# List of tuples 'sourcefile', 'target', 'title', 'Authors name', 'manual'