Added link for modindex

The documentation build does not generate any module index, therefore
modified setup.cfg to create module index. The page
http://docs.openstack.org/developer/python-magnumclient/py-modindex.html
contains module index.

Change-Id: I950b21f1946850e572f6ea19637ba439460bb3ec
This commit is contained in:
Rajiv Kumar
2017-01-25 09:16:38 +05:30
parent d8d54392af
commit cb295c8b88
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