summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-07-13 22:57:47 +0000
committerGerrit Code Review <review@openstack.org>2015-07-13 22:57:47 +0000
commit78194b170b74f02991f5d13bcafedf2ea20ecd5e (patch)
tree11fa1d20ae0e217defaa6c435312515dc41280f6 /doc
parentd3b97553955dfa970228649c7a25c32a26dd44b9 (diff)
parent4034366b51244547e6b589160f8db015bb72be37 (diff)
downloadpython-keystoneclient-78194b170b74f02991f5d13bcafedf2ea20ecd5e.tar.gz
Merge "Fixes modules index generated by Sphinx"
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'