doc: fix PDF build
The SVG images must be referenced without their extension,
because it is converted to PNG for PDF.
Fixes: 54c4cbb6cc
("doc: add graphics to bbdev guide")
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Amr Mokhtar <amr.mokhtar@intel.com>
This commit is contained in:
parent
f621f12fa8
commit
e90561ff81
@ -571,7 +571,7 @@ TB-mode. CB-mode is a reduced version, where only one CB exists:
|
||||
|
||||
.. _figure_turbo_tb_encode:
|
||||
|
||||
.. figure:: img/turbo_tb_encode.svg
|
||||
.. figure:: img/turbo_tb_encode.*
|
||||
|
||||
Turbo encoding of Code Blocks in mbuf structure
|
||||
|
||||
@ -665,7 +665,7 @@ TB-mode. CB-mode is a reduced version, where only one CB exists:
|
||||
|
||||
.. _figure_turbo_tb_decode:
|
||||
|
||||
.. figure:: img/turbo_tb_decode.svg
|
||||
.. figure:: img/turbo_tb_decode.*
|
||||
|
||||
Turbo decoding of Code Blocks in mbuf structure
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user