summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 694f137..3e4c09c 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -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 ---------------------------------------------------