[dpdk-dev] PDF guides broken

Dan Gora dg at adax.com
Mon Oct 29 21:22:57 CET 2018


It looks like it's choking on a figure in the mvpp2.rst file:

guides/nics/mvpp2.rst:.. figure:: img/mvpp2_tm.svg

Reverting commit 0ba610ca1d178cbeedba6e033ee399dfe773801e fixes it.

This fixes it too:

diff --git a/doc/guides/nics/mvpp2.rst b/doc/guides/nics/mvpp2.rst
index 59fa0e10d..10303a1c1 100644
--- a/doc/guides/nics/mvpp2.rst
+++ b/doc/guides/nics/mvpp2.rst
@@ -644,7 +644,7 @@ Node which has a parent is called a leaf whereas
node without
parent is called a non-leaf (root).
MVPP2 PMD supports two level hierarchy where level 0 represents ports
and level 1 represents tx queues of a given port.

-.. figure:: img/mvpp2_tm.svg
+.. figure:: img/mvpp2_tm.*



On Mon, Oct 29, 2018 at 12:38 AM Thomas Monjalon <thomas at monjalon.net> wrote:
>
> Hi,
>
> The command make-guides-pdf fails currently (18.11-rc1).
> There is probably a subtle syntax error in one of the RST file.
>
> Please, who wants to look at the issue and fix it?
>
> Thank you
>
>


More information about the dev mailing list