From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=OgwVLk7G3MEKhBGMzdgDv+hUPe7kuzj1MGfQGFdyIFY=; b=qqkuOzcgttYUCUL4EbmD3Z4yFiWZdCipRk2rPpoD3klt+Py6/N0BConpcKN2LOsYY2 ca8/ym7GfrGQH+EPdFQhzlg//kFXlIW3w6dWof2KqP1aPs71bqQwO10TufS5P/qa0u0v CjIdgHAGCiifhJY3+vVbbPvs9diGTHdKRHTwRvw1Mn1g8xM+Y4FowrbHV7dyLDFnLeOI HLiYimKyP7H/Cz0kBZX9BOArKOM1tP6ZsLksHSxkjmuZMJRlP++PY+45qIKL0jURgINh /XazuZZI9zQcK0qYZI3v5xBtJ7BDxQ9Jp7guPumgyG1ff7gf65j9+pwYFfCgeY0BzUcB IfMQ== X-Gm-Message-State: AGRZ1gJP/5sI7b1B5aJiPzARBpiZcFgz30noK6EWpwuH7Tk1cDHk9XsJ OgLu2VYccPOSGs5MLmTzJWJBzXHLglQGAXR8824= X-Google-Smtp-Source: AJdET5dQi2t1dlkPwCHkzZ/j4EaLJGsFfKoBxhhrwJFWNspife4pP4y8T7uZPaqJa75dNI64NR6ZsIoAhnDTXvhE/bo= X-Received: by 2002:a1c:a141:: with SMTP id k62-v6mr10670394wme.68.1540844613315; Mon, 29 Oct 2018 13:23:33 -0700 (PDT) MIME-Version: 1.0 References: <1683636.1WRA8gqML0@xps> In-Reply-To: <1683636.1WRA8gqML0@xps> From: Dan Gora Date: Mon, 29 Oct 2018 17:22:57 -0300 Message-ID: To: Thomas Monjalon Cc: John McNamara , Marko Kovacevic , dev@dpdk.org, Natalie Samsonov Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] PDF guides broken X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Oct 2018 20:23:34 -0000 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 > >