TrivialFix: Added link for modindex

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

Change-Id: I140cb219a8524e25a7735e0e0f5f9914afcfb962
This commit is contained in:
Reedip 2017-01-25 23:38:10 -05:00
parent 8e0e639137
commit 4ba3f5c094
1 changed files with 4 additions and 0 deletions

View File

@ -74,3 +74,7 @@ input_file = neutron_fwaas/locale/neutron_fwaas.pot
[wheel]
universal = 1
[pbr]
autodoc_index_modules = True
warnerrors = True