From 4410ca1c56546bd5d208bc78a73426e8b93b22af Mon Sep 17 00:00:00 2001 From: Michael Chapman Date: Tue, 25 Jun 2013 13:05:10 +1000 Subject: [PATCH] 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 --- doc/source/conf.py | 4 ++-- doc/source/index.rst | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index fd8cbb524a..178bf62be3 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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 diff --git a/doc/source/index.rst b/doc/source/index.rst index e8fdf2c10f..f012097708 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -38,6 +38,4 @@ where your test contributions should go. Indices and tables ================== -* :ref:`genindex` -* :ref:`modindex` * :ref:`search`