diff options
| author | lin-hua-cheng <os.lcheng@gmail.com> | 2015-07-09 21:40:31 -0700 |
|---|---|---|
| committer | lin-hua-cheng <os.lcheng@gmail.com> | 2015-07-09 21:40:31 -0700 |
| commit | 89cf9f61b18dff5b073fae74191fbc8447448374 (patch) | |
| tree | 84b8277cff70561185cfadc3a7c12ca2c578d007 /doc/source/conf.py | |
| parent | 35dc2bed9ea802f577fd1ce7b3eadd1e18f5772a (diff) | |
| download | python-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.py | 2 |
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 -------------------------------------------------- |
