Merge "Added link for modindex"

This commit is contained in:
Jenkins 2017-01-27 08:10:01 +00:00 committed by Gerrit Code Review
commit f2cbb8f9d9
2 changed files with 7 additions and 0 deletions

View File

@ -50,6 +50,9 @@ add_module_names = True
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
# A list of ignored prefixes for module index sorting.
modindex_common_prefix = ['magnumclient.']
# -- Options for HTML output --------------------------------------------------
# The theme to use for HTML and HTML Help pages. Major themes that come with

View File

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