-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Closed
Labels
Stalearea: Documentationarea: Documentation InfrastructurebugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: lowLow impact/importance bugLow impact/importance bug
Description
Describe the bug
As part of #60204, a documentation page that includes images in WebP format was introduced.
LaTeX does not allow WebP images to be included and as a result the generation of the documentation in PDF format fails.
To Reproduce
cd ~/zephyrproject/zephyr/doc
rm _build -Rf && cmake -GNinja -B_build . -DDT_TURBO_MODE=1 && cd _build && ninja latex
Expected behavior
Build succeeds and WEBP images (or their equivalent in another supported format) are correctly embedded in the PDF.
Impact
PDF available at https://docs.zephyrproject.org/latest/zephyr.pdf is incomplete
Additional context
The following PR would allow us to properly instruct Sphinx to convert WebP files to PNG prior to building the PDF
sphinx-doc/sphinx#12224
Metadata
Metadata
Assignees
Labels
Stalearea: Documentationarea: Documentation InfrastructurebugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: lowLow impact/importance bugLow impact/importance bug