From 1dae1fc11cee369776425159e0475099b0754386 Mon Sep 17 00:00:00 2001 From: Carl Gay Date: Thu, 9 May 2024 16:47:13 -0400 Subject: [PATCH] doc: mark toctree :hidden:, remove search/modindex Package doc toctrees need to be marked `:hidden:` or their ToC will be included in the main opendylan.org ToC. That's not a problem, per se, but it also means (apparently) that the title of the document is included in the opendylan.org ToC, which I don't want; I want each package's ToC entry to be only the name of the package, for consistency. Also removing the `modindex`, which is Python specific, and `search` which is not needed with the Furo theme. --- documentation/source/index.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/documentation/source/index.rst b/documentation/source/index.rst index 8d4583d..9c3cb13 100644 --- a/documentation/source/index.rst +++ b/documentation/source/index.rst @@ -3,6 +3,7 @@ Base64 .. toctree:: :maxdepth: 3 + :hidden: usage reference @@ -15,8 +16,6 @@ defined in `RFC 1521 `__ by Borensten & Freed, September 1993. Indices and tables -================== +------------------ * :ref:`genindex` -* :ref:`modindex` -* :ref:`search`