nuttx/Documentation/platforms/index.rst
hanzj 0916a88716 docs: Fix duplicate toctree references causing build warnings
Several documentation files are referenced in multiple toctrees,
causing Sphinx build warnings like:

  document is referenced in multiple toctrees: [...], selecting: [...]

Fix by narrowing glob patterns in parent toctrees to only match
subdirectory index files, and replacing a toctree directive with
a :doc: cross-reference:

- platforms/arm/index.rst: glob */* -> */index
- platforms/index.rst: glob */* -> */index
- guides/changing_systemclockconfig.rst: toctree -> :doc: ref

Fixes #14785

Signed-off-by: hanzj <hanzj@xiaomi.com>
2026-06-03 15:02:22 +08:00

16 lines
244 B
ReStructuredText

.. _platforms:
===================
Supported Platforms
===================
The following is a list of architectures, System-on-Chip
series and boards supported in NuttX:
.. toctree::
:glob:
:maxdepth: 3
:titlesonly:
*/index