From b889030da2553a831dce48e7940e82d5cbf557cf Mon Sep 17 00:00:00 2001 From: Marko Kovacevic Date: Wed, 25 Apr 2018 14:59:52 +0100 Subject: [PATCH 1/1] doc: fix PDF build A .svg extension was added instead of .* which caused the pdf docs to not build this change fixes that. Fixes: a5e1231f099b ("net/szedata2: do not affect Ethernet interfaces") Signed-off-by: Marko Kovacevic --- doc/guides/nics/szedata2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/nics/szedata2.rst b/doc/guides/nics/szedata2.rst index 1b4b3eb558..96fed30a0f 100644 --- a/doc/guides/nics/szedata2.rst +++ b/doc/guides/nics/szedata2.rst @@ -91,7 +91,7 @@ NUMA node, the card is represented as two ports in DPDK (each with half of the queues), which allows DPDK to work with data from the individual queues on the right NUMA node. -.. figure:: img/szedata2_nfb200g_architecture.svg +.. figure:: img/szedata2_nfb200g_architecture.* :align: center NFB-200G2QL high-level diagram -- 2.20.1