Merge "Fix broken link for modindex"

This commit is contained in:
Jenkins 2017-02-01 11:53:37 +00:00 committed by Gerrit Code Review
commit 891625fa74
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