From a361d987f86f91bc56e1769969985d6b5a1568ef Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Fri, 29 Mar 2019 19:08:25 +0100 Subject: [PATCH] docs: Add toctree back Apparently there must indeed be a toctree somewhere in the document to get the links to the other docs to show up. Even a ":hidden:" toctree doesn't help - that just leads to an empty toc in the sidebar (no idea yet where that's defined!). I've added it to the end so it's not that weird "Commands" section in the middle. [ci skip] --- sphinx_doc_src/index.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/sphinx_doc_src/index.rst b/sphinx_doc_src/index.rst index bc62c5d7f..c0e6a501c 100644 --- a/sphinx_doc_src/index.rst +++ b/sphinx_doc_src/index.rst @@ -1808,3 +1808,16 @@ If you have a question not answered by this documentation, there are several ave If you have an improvement for fish, you can submit it via the mailing list or the GitHub page. + +.. _other_pages: + +Other help pages +================ +.. toctree:: + :maxdepth: 1 + + commands + design + tutorial + faq + license