[PATCH 2/3] Documentation/gpu: Limit index to maxdepth=2
Lucas De Marchi
lucas.demarchi at intel.com
Mon Nov 7 17:32:08 UTC 2022
With a lot of sub-section it's a little bit hard to find the information
needed in the main GPU index. Limit the maxdepth to 2 so it doesn't get
poluted with noise from each driver and from other sections.
Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
---
Documentation/gpu/index.rst | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/gpu/index.rst b/Documentation/gpu/index.rst
index b99dede9a5b1..1d9402d519be 100644
--- a/Documentation/gpu/index.rst
+++ b/Documentation/gpu/index.rst
@@ -3,6 +3,7 @@ Linux GPU Driver Developer's Guide
==================================
.. toctree::
+ :maxdepth: 2
introduction
drm-internals
--
2.38.1
More information about the dri-devel
mailing list