From eccd4e7a6807805332b2db0fa301607c85ba4386 Mon Sep 17 00:00:00 2001 From: Bastian Krause Date: Mon, 25 Mar 2019 11:01:55 +0100 Subject: doc: remove search page and genindex from index The ptxdist documentation does not use index directives (e.g. ".. index:: Foo"), so the automatically generated index page is always empty. So remove it. If this directive is used some day we can add it again. The ptxdist theme already includes search functionality, so remove the search directive as well. These special names are documented here: https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#special-names This is also a workaround for a sphinx bug accidentally showing these directives in pdf output: https://github.com/sphinx-doc/sphinx/issues/2827 Signed-off-by: Bastian Krause Signed-off-by: Michael Olbrich --- doc/index.rst | 4 ---- 1 file changed, 4 deletions(-) (limited to 'doc/index.rst') diff --git a/doc/index.rst b/doc/index.rst index 36edb4752..6a01d6dd7 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -20,7 +20,3 @@ Welcome to the PTXdist Universe contributing faq getting_help - -* :ref:`search` -* :ref:`genindex` - -- cgit v1.2.3