Module index fix in doc
Adding Module index in docs Change-Id: I23303243624dced3bc19ec5c82f9e0af794f1ccc
This commit is contained in:
parent
92783fd78e
commit
68a489e0e0
@ -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
|
||||
|
@ -103,3 +103,4 @@ Indices and tables
|
||||
------------------
|
||||
|
||||
* :ref:`search`
|
||||
* :ref:`modindex`
|
||||
|
Loading…
Reference in New Issue
Block a user