doc: guides: Update PDF output path

The zephyr.pdf file is to be found in _build/latex folder, not
_build/pdf.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2023-09-22 15:21:21 +02:00 committed by Fabio Baltieri
parent 49ab0b22f0
commit d30ec30a85

View file

@ -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.