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::
|
.. toctree::
|
||||||
|
:titlesonly:
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
:glob:
|
:glob:
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,8 @@ External Module Samples
|
||||||
#######################
|
#######################
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:titlesonly:
|
||||||
|
:maxdepth: 1
|
||||||
:glob:
|
:glob:
|
||||||
|
|
||||||
**/*
|
**/*
|
||||||
|
|
|
@ -4,7 +4,7 @@ Portability Samples
|
||||||
###################
|
###################
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 1
|
||||||
:glob:
|
:glob:
|
||||||
|
|
||||||
**/*
|
**/*
|
||||||
|
|
|
@ -4,6 +4,7 @@ Various Subsystems Samples
|
||||||
##########################
|
##########################
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
|
:titlesonly:
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
:glob:
|
:glob:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue