From d7488c20297f45a597a4ce1d5dd9caf8c7598be5 Mon Sep 17 00:00:00 2001 From: Stephan Schulz <stephan.schulz-x2q@rub.de> Date: Thu, 26 Nov 2020 14:42:25 +0100 Subject: [PATCH] hide toc --- docs/api/index.rst | 3 +-- docs/index.rst | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/index.rst b/docs/api/index.rst index b64f7c3..9459ed4 100644 --- a/docs/api/index.rst +++ b/docs/api/index.rst @@ -2,8 +2,7 @@ Public API Reference ==================== .. toctree:: - :maxdepth: 2 - :caption: API + :hidden: ALL.rst CustomExceptions.rst diff --git a/docs/index.rst b/docs/index.rst index 71ffe99..63436a5 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -9,6 +9,7 @@ Welcome to the documentation of ALL .. toctree:: :maxdepth: 2 :caption: Contents: + :includehidden: api/index.rst -- GitLab