Added link for modindex

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

Change-Id: Ie11cd56b9bf8c7377170a7e9e36cb05bcbc04ee1
This commit is contained in:
Reedip 2017-01-25 23:44:21 -05:00 committed by Reedip
parent 447ce96f3d
commit f9d78686c8

View File

@ -57,3 +57,8 @@ tempest.test_plugins =
neutronclient.extension =
tap_service = neutron_taas.taas_client.tapservice
tap_flow = neutron_taas.taas_client.tapflow
[pbr]
autodoc_index_modules = True
warnerrors = True