From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 4D4FB1B05 for ; Mon, 29 Oct 2018 04:37:54 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id B87DF21D03; Sun, 28 Oct 2018 23:37:53 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sun, 28 Oct 2018 23:37:53 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding:content-type; s=mesmtp; bh=SqQSFQfRvb M+984wDYXZctSn6MQi2BOxm3Fc/NWtZxA=; b=T6yYWsop8QAHP82iP9AG9+e2zq a2NDkiukSHBFoZMQwjRtvN7VMuzhb148jGKzlTAkE29dNATC6CR19eeMX+O9Gbp9 dktN1w9etQtdVjP7lyYnxpn8+GFDWicikVtmfZxkbUy51v/PDUpcmU8smhH1TeOC wBx8Z4jhM4reSpspg= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=SqQSFQ fRvbM+984wDYXZctSn6MQi2BOxm3Fc/NWtZxA=; b=dxSku75dw3LSpFGFN4K5oM +P+EjOwh2ftm7t1yyFSUcpOR5x4XiyY9Rok+252ZUfxORYG2o11g5EV6H6lRi0dj 1rz/Pd9slQIW4Ir1TCs1hDqPjkJd+rayUGzmyC4wT0UlYioGqoebvclcsr2SaSEK DwOTeaWQEDxLrIKdy6PAR9w5N43UDmfiKxgSBapmbk7EjeG/9vAU6bFlCzwd1QD6 wvcbyAKKHwkPP3SrluUbau871gnYKMhniR4N3UFoDnNeLYxPCcvMvZK1hBDXadFj 3bRC8zuEFkphXUTlDllih6C1uQjiByTisjOCfxlRaIl86oEX2HK20aPe2LQQrJWQ == X-ME-Sender: X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 6EB541032D; Sun, 28 Oct 2018 23:37:52 -0400 (EDT) From: Thomas Monjalon To: john.mcnamara@intel.com, marko.kovacevic@intel.com Cc: dev@dpdk.org Date: Mon, 29 Oct 2018 04:37:58 +0100 Message-ID: <1683636.1WRA8gqML0@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: [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 03:37:54 -0000 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