From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH] doc: fix PDF build Date: Wed, 8 Aug 2018 23:25:09 +0200 Message-ID: <20180808212509.8302-1-thomas@monjalon.net> Cc: pablo.de.lara.guarch@intel.com, marko.kovacevic@intel.com, john.mcnamara@intel.com, dev@dpdk.org To: amr.mokhtar@intel.com Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 55F402BA8 for ; Wed, 8 Aug 2018 23:25:27 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 --- 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