From 5ce8e43506184bd9d8bf072c3f50ad0378f81ee7 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Tue, 21 Aug 2018 13:41:51 +1000 Subject: build: Fix indexing so it works on HTML and PDF. - Remove all genindex.rst files, these are generated and should not exist in our source. - Fix the HTML templates so the local specialisation works. - Add a index link to the sidebar for HTML. Note, there is no TOC entry for the index in the PDF output and I cannot figure out how to add one. Closes #3503 --- rsb/genindex.rst | 4 ---- rsb/index.rst | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 rsb/genindex.rst (limited to 'rsb') diff --git a/rsb/genindex.rst b/rsb/genindex.rst deleted file mode 100644 index 07b4393..0000000 --- a/rsb/genindex.rst +++ /dev/null @@ -1,4 +0,0 @@ -.. comment SPDX-License-Identifier: CC-BY-SA-4.0 - -Index -===== diff --git a/rsb/index.rst b/rsb/index.rst index 3f46b9f..7b64945 100644 --- a/rsb/index.rst +++ b/rsb/index.rst @@ -62,4 +62,4 @@ Table of Contents commands bug-reporting - genindex +* :ref:`genindex` -- cgit v1.2.3