From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Gora Subject: Re: PDF guides broken Date: Mon, 29 Oct 2018 17:22:57 -0300 Message-ID: References: <1683636.1WRA8gqML0@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Cc: John McNamara , Marko Kovacevic , dev@dpdk.org, Natalie Samsonov To: Thomas Monjalon Return-path: Received: from mail-wm1-f44.google.com (mail-wm1-f44.google.com [209.85.128.44]) by dpdk.org (Postfix) with ESMTP id E61DB2965 for ; Mon, 29 Oct 2018 21:23:33 +0100 (CET) Received: by mail-wm1-f44.google.com with SMTP id a8-v6so9237746wmf.1 for ; Mon, 29 Oct 2018 13:23:33 -0700 (PDT) In-Reply-To: <1683636.1WRA8gqML0@xps> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 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 > >