summaryrefslogtreecommitdiff
path: root/doc/source/conf.py
diff options
context:
space:
mode:
authorlin-hua-cheng <os.lcheng@gmail.com>2015-07-09 21:40:31 -0700
committerlin-hua-cheng <os.lcheng@gmail.com>2015-07-09 21:40:31 -0700
commit89cf9f61b18dff5b073fae74191fbc8447448374 (patch)
tree84b8277cff70561185cfadc3a7c12ca2c578d007 /doc/source/conf.py
parent35dc2bed9ea802f577fd1ce7b3eadd1e18f5772a (diff)
downloadpython-openstackclient-89cf9f61b18dff5b073fae74191fbc8447448374.tar.gz
Fixes modules index generated by Sphinx
Sphinx was always using (o)penstackclient for the prefix so the index wasn't very useful. Change-Id: Ie9f5d7fe428142bdb8027b422e3023418b48c428
Diffstat (limited to 'doc/source/conf.py')
-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 e805a987..f4434ec1 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -100,7 +100,7 @@ exclude_patterns = []
pygments_style = 'sphinx'
# A list of ignored prefixes for module index sorting.
-#modindex_common_prefix = []
+modindex_common_prefix = ['openstackclient.']
# -- Options for HTML output --------------------------------------------------