Added link to modindex

The documentation build does not generate any module index, thus
the link to the page has been added. The page
http://docs.openstack.org/developer/neutron-lbaas-dashboard/py-modindex.html
contains module indexes.

Change-Id: I527e7e56c2997f49fd54f337407d089b6bbf0f57
This commit is contained in:
Rajiv Kumar 2017-01-27 09:21:49 +05:30
parent d83842cf80
commit f7eb0937c9
2 changed files with 7 additions and 0 deletions

View File

@ -73,3 +73,6 @@ latex_documents = [
# Example configuration for intersphinx: refer to the Python standard library.
#intersphinx_mapping = {'http://docs.python.org/': None}
# A list of ignored prefixes for module index sorting.
modindex_common_prefix = ['neutron-lbaas-dashboard.']

View File

@ -27,3 +27,7 @@ all_files = 1
[upload_sphinx]
upload-dir = doc/build/html
[pbr]
autodoc_index_modules = True
warnerrors = True