Added link for modindex

The documentation build does not generate any module index, therefore
modified setup.cfg to create module index.

Change-Id: I50359d9e35f21d7ebe85a0676c6f1ffc9f6ab48c
This commit is contained in:
Sharat Sharma 2017-01-23 19:03:36 +05:30
parent e182978e4f
commit 386fe5cfe7
2 changed files with 5 additions and 1 deletions

View File

@ -95,7 +95,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