Merge "Added link to modindex"

This commit is contained in:
Jenkins 2017-02-03 18:33:08 +00:00 committed by Gerrit Code Review
commit 181b92c2a1
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