From 0dab1e848233be8593d922070e1fd58ae8769df0 Mon Sep 17 00:00:00 2001 From: Andrei Emeltchenko Date: Thu, 9 Nov 2023 17:31:04 +0200 Subject: [PATCH] doc: x86: Modify x86 TOC include Modify toctree glob to exclude common directory which keeps rst helpers. This allows to include several boards documentation from the common board directory. Signed-off-by: Andrei Emeltchenko --- boards/x86/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/x86/index.rst b/boards/x86/index.rst index d51c2551c4f..f7321566591 100644 --- a/boards/x86/index.rst +++ b/boards/x86/index.rst @@ -7,4 +7,4 @@ x86 Boards :maxdepth: 1 :glob: - **/index + [!common]*/**/*