Re: [dpdk-dev] PDF guides broken

2018-10-30 Thread Thomas Monjalon
30/10/2018 10:07, Kovacevic, Marko: > I'll try and find it and send up a fix. It's already fixed by Dan Gora :) It is again a .svg reference in .rst. We could add an automatic check for this. > > -Original Message- > > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > Sent: Monday,

Re: [dpdk-dev] PDF guides broken

2018-10-30 Thread Kovacevic, Marko
I'll try and find it and send up a fix. > -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Monday, October 29, 2018 3:38 AM > To: Mcnamara, John ; Kovacevic, Marko > > Cc: dev@dpdk.org > Subject: PDF guides broken > > Hi, > > The command make-guides-pdf fa

Re: [dpdk-dev] PDF guides broken

2018-10-29 Thread Dan Gora
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 1

[dpdk-dev] PDF guides broken

2018-10-28 Thread Thomas Monjalon
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