summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBagas Sanjaya <bagasdotme@gmail.com>2025-08-20 12:04:16 +0700
committerJonathan Corbet <corbet@lwn.net>2025-08-21 11:49:44 -0600
commitaf4ed17fa0c4789b8d0f035a4c21abfa63b7e902 (patch)
tree47c0b1fc1b2ba118623f4f0c95255901da57c16b
parent168a4742aff1da4166ce12e294b2094126cac2b9 (diff)
Documentation: driver-api: usb: Limit toctree depth
toctree index in USB driver api docs currently spoils the entire docs headings due to lack of :maxdepth: option. Add the option to limit toctree depth to 1, mirroring usb subsystem docs in Documentation/usb/index.rst. Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20250820050416.25219-1-bagasdotme@gmail.com
-rw-r--r--Documentation/driver-api/usb/index.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/driver-api/usb/index.rst b/Documentation/driver-api/usb/index.rst
index cfa8797ea614..fcb24d0500d9 100644
--- a/Documentation/driver-api/usb/index.rst
+++ b/Documentation/driver-api/usb/index.rst
@@ -3,6 +3,7 @@ Linux USB API
=============
.. toctree::
+ :maxdepth: 1
usb
gadget