From d90de514b9f0062e60067973d84fcacd1c9e07b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Cab=C3=A9?= Date: Thu, 9 Oct 2025 22:36:34 +0200 Subject: [PATCH] doc: hardware: fix cache/guide.rst appearing in two different toctrees MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The "Caching Basics" page is already included in the toctree of cache/index.rst, so it should not be included again at this level. Signed-off-by: Benjamin Cabé --- doc/hardware/index.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/hardware/index.rst b/doc/hardware/index.rst index f4d90ed295f5c..1c14d91461e27 100644 --- a/doc/hardware/index.rst +++ b/doc/hardware/index.rst @@ -8,7 +8,6 @@ Hardware Support arch/index.rst barriers/index.rst - cache/guide.rst cache/index.rst emulator/index.rst emulator/bus_emulators.rst