doc: samples: Fix incorrect maxdepth for some toctrees
The table of contents for the samples' catalog was showing too many levels for some sections. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
7a6f251edb
commit
2479af21f6
|
@ -5,6 +5,7 @@ Samples and Demos
|
|||
|
||||
|
||||
.. toctree::
|
||||
:titlesonly:
|
||||
:maxdepth: 2
|
||||
:glob:
|
||||
|
||||
|
|
|
@ -4,7 +4,8 @@ External Module Samples
|
|||
#######################
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:titlesonly:
|
||||
:maxdepth: 1
|
||||
:glob:
|
||||
|
||||
**/*
|
||||
|
|
|
@ -4,7 +4,7 @@ Portability Samples
|
|||
###################
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:maxdepth: 1
|
||||
:glob:
|
||||
|
||||
**/*
|
||||
|
|
|
@ -4,6 +4,7 @@ Various Subsystems Samples
|
|||
##########################
|
||||
|
||||
.. toctree::
|
||||
:titlesonly:
|
||||
:maxdepth: 2
|
||||
:glob:
|
||||
|
||||
|
|
Loading…
Reference in a new issue