[dpdk-dev] [PATCH] doc: fix PDF build
Thomas Monjalon
thomas at monjalon.net
Wed Aug 8 23:25:09 CEST 2018
The SVG images must be referenced without their extension,
because it is converted to PNG for PDF.
Fixes: 54c4cbb6ccf1 ("doc: add graphics to bbdev guide")
Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
---
doc/guides/prog_guide/bbdev.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/guides/prog_guide/bbdev.rst b/doc/guides/prog_guide/bbdev.rst
index 426d31f09..9de14443e 100644
--- a/doc/guides/prog_guide/bbdev.rst
+++ b/doc/guides/prog_guide/bbdev.rst
@@ -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
--
2.17.1
More information about the dev
mailing list