Fix index link in footer bar

bug 1192692

Sphinx isn't configured to load the tempest modules,
so the easiest fix is to remove the links to the
general and module indices (which don't exist).

Change-Id: Ic33e0b6ce56cb31fa51b4cdce25524d40191235d
This commit is contained in:
Michael Chapman
2013-06-25 13:05:10 +10:00
parent 74af42c714
commit 4410ca1c56
2 changed files with 2 additions and 4 deletions

View File

@@ -138,10 +138,10 @@ html_static_path = ['_static']
#html_additional_pages = {}
# If false, no module index is generated.
#html_domain_indices = True
html_domain_indices = False
# If false, no index is generated.
#html_use_index = True
html_use_index = False
# If true, the index is split into individual pages for each letter.
#html_split_index = False

View File

@@ -38,6 +38,4 @@ where your test contributions should go.
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`