Merge "Added link for modindex"

This commit is contained in:
Jenkins 2017-02-16 05:56:34 +00:00 committed by Gerrit Code Review
commit 35ae3e351a
2 changed files with 5 additions and 1 deletions

View File

@ -96,7 +96,7 @@ show_authors = False
pygments_style = 'sphinx'
# A list of ignored prefixes for module index sorting.
# modindex_common_prefix = []
modindex_common_prefix = ['mistralclient.']
# -- Options for HTML output -------------------------------------------------

View File

@ -117,3 +117,7 @@ cover-package = mistralclient
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
[pbr]
autodoc_index_modules = True
warnerrors = True