Module index fix in doc

Adding Module index in docs

Change-Id: I23303243624dced3bc19ec5c82f9e0af794f1ccc
This commit is contained in:
dharmendra 2017-01-27 12:44:46 +05:30
parent 92783fd78e
commit 68a489e0e0
3 changed files with 12 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 = ['tacker.']
# -- Options for HTML output --------------------------------------------------
# The theme to use for HTML and HTML Help pages. Major themes that come with

View File

@ -103,3 +103,4 @@ Indices and tables
------------------
* :ref:`search`
* :ref:`modindex`

View File

@ -103,3 +103,11 @@ input_file = tacker/locale/tacker.pot
[wheel]
universal = 1
[pbr]
autodoc_index_modules = True
warnerrors = True
autodoc_exclude_modules =
tacker.db.migration.alembic_migrations.*
tacker.tests.*
thirdparty.*