diff options
Diffstat (limited to 'doc')
| -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 -------------------------------------------------- |
