From d30ec30a85bb872f10d644ef1defccbf7e3b51d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Cab=C3=A9?= Date: Fri, 22 Sep 2023 15:21:21 +0200 Subject: [PATCH] doc: guides: Update PDF output path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The zephyr.pdf file is to be found in _build/latex folder, not _build/pdf. Signed-off-by: Benjamin Cabé --- 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 7e985dbda6..7c5466ee5e 100644 --- a/doc/contribute/documentation/generation.rst +++ b/doc/contribute/documentation/generation.rst @@ -220,7 +220,7 @@ folder, here are the commands to generate the html content locally: Depending on your development system, it will take up to 15 minutes to collect and generate the HTML content. When done, you can view the HTML output with your browser started at ``doc/_build/html/index.html`` and -if generated, the PDF file is available at ``doc/_build/pdf/zephyr.pdf``. +if generated, the PDF file is available at ``doc/_build/latex/zephyr.pdf``. If you want to build the documentation from scratch just delete the contents of the build folder and run ``cmake`` and then ``ninja`` again.