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:
parent
49ab0b22f0
commit
d30ec30a85
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue