Fix broken link for modindex

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

Change-Id: I6140896d5779e8360c866267601713bbf572fee4
This commit is contained in:
sonu.kumar 2017-01-26 23:51:12 -05:00
parent 92004a58a5
commit 5f23b4bdcc
2 changed files with 5 additions and 1 deletions

View File

@ -85,7 +85,7 @@ exclude_patterns = []
pygments_style = 'sphinx'
# A list of ignored prefixes for module index sorting.
#modindex_common_prefix = []
modindex_common_prefix = ['designateclient']
# -- Options for HTML output ---------------------------------------------------

View File

@ -173,3 +173,7 @@ output_file = designateclient/locale/designateclient.pot
[wheel]
universal = 1
[pbr]
autodoc_index_modules = True
warnerrors = True