diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2024-10-21 20:01:00 +0200 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2024-10-30 21:44:38 +0100 |
commit | 8ba545b84dc4a2ce31b0b4b6dcf81d4c78f7c500 (patch) | |
tree | e87590ec37184bea3080723adbb7ee5345c88edd | |
parent | 1dd01ab1a4260363c49a36a1e4c28490b86f4407 (diff) |
doc: semihosting can only be once in TOC
Sphinx warns if a page is added to the table of contents twice.
Add a reference instead.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
-rw-r--r-- | doc/board/emulation/index.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/board/emulation/index.rst b/doc/board/emulation/index.rst index 0419d724150..f8908166276 100644 --- a/doc/board/emulation/index.rst +++ b/doc/board/emulation/index.rst @@ -8,7 +8,6 @@ Emulation acpi blkdev - ../../usage/semihosting qemu-arm qemu-mips qemu-ppce500 @@ -16,3 +15,7 @@ Emulation qemu-sbsa qemu-x86 qemu-xtensa + +Also see + +* :doc:`../../usage/semihosting` |