diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2019-10-18 17:04:37 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2019-10-23 17:41:09 +0300 |
commit | 0cca041cbd8d5e0fe56f5d08676c6e25e3ae99d5 (patch) | |
tree | 1ebb3d8bdc5a3a21bca3aff378ee29ad4ca79ac4 | |
parent | 33ae55c3cdfe78de2e5c9e53c95eb35cc6f3e068 (diff) |
Documentation: Set the index TOC max depth to 1
We don't need more than one level in the main TOC tree, set the max
depth to 1.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
-rw-r--r-- | Documentation/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/index.rst b/Documentation/index.rst index bbce717e..28267cec 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst @@ -2,7 +2,7 @@ .. include:: ../README.rst .. toctree:: - :maxdepth: 2 + :maxdepth: 1 :caption: Contents: Home <self> |