From 5f418f506c717ed39686ab0b11a3e6e4bf4fb756 Mon Sep 17 00:00:00 2001 From: Jilay Pandya Date: Fri, 15 Nov 2024 00:45:36 +0100 Subject: [PATCH] docs: contribute: documentation: generation: fix missing doc fix the path where the user has to be in order to execute make html-fast Signed-off-by: Jilay Pandya --- doc/contribute/documentation/generation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contribute/documentation/generation.rst b/doc/contribute/documentation/generation.rst index 79f777204c3a01..8c5675333231d0 100644 --- a/doc/contribute/documentation/generation.rst +++ b/doc/contribute/documentation/generation.rst @@ -255,7 +255,7 @@ To enable this mode, set the following option when invoking cmake:: or invoke make with the following target:: - cd ~/zephyr + cd ~/zephyr/doc # To generate HTML output without detailed Kconfig make html-fast