summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-07-24 18:48:06 +0000
committerGerrit Code Review <review@openstack.org>2015-07-24 18:48:06 +0000
commit22e1f7bf409ebcc887970f50c22bf177b00c3c2e (patch)
treecef069fb46b76626a30816acf5798b8ef5917359
parent1980c66952eae7016f80cc819f88e4ad9b099c65 (diff)
parentaa8751e57ef6e85ccc5bfd1cd46a171808f861a6 (diff)
downloaddjango_openstack_auth-22e1f7bf409ebcc887970f50c22bf177b00c3c2e.tar.gz
Merge "Fixes modules index generated by Sphinx"
-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 ---------------------------------------------------