diff options
| author | Jenkins <jenkins@review.openstack.org> | 2015-07-12 05:07:00 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2015-07-12 05:07:00 +0000 |
| commit | d96f8b532aa462a684ccfdeae86b75c170a1dc24 (patch) | |
| tree | f733229db47ae3bae148ff7bb40085a7d7fe18f8 | |
| parent | f807f0a66e2d53b6711937a3687d44f11dc1d6fd (diff) | |
| parent | 89cf9f61b18dff5b073fae74191fbc8447448374 (diff) | |
| download | python-openstackclient-d96f8b532aa462a684ccfdeae86b75c170a1dc24.tar.gz | |
Merge "Fixes modules index generated by Sphinx"
| -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 -------------------------------------------------- |
