doc: fix PDF build
authorThomas Monjalon <thomas@monjalon.net>
Wed, 8 Aug 2018 18:37:36 +0000 (20:37 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 8 Aug 2018 23:03:14 +0000 (01:03 +0200)
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@monjalon.net>
Acked-by: Amr Mokhtar <amr.mokhtar@intel.com>
doc/guides/prog_guide/bbdev.rst

index 426d31f..9de1444 100644 (file)
@@ -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