From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 49DB6A00E6 for ; Wed, 10 Jul 2019 09:44:19 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2230F2B99; Wed, 10 Jul 2019 09:44:18 +0200 (CEST) Received: from wout5-smtp.messagingengine.com (wout5-smtp.messagingengine.com [64.147.123.21]) by dpdk.org (Postfix) with ESMTP id 743FF2AB for ; Wed, 10 Jul 2019 09:44:16 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 47DD74E4; Wed, 10 Jul 2019 03:44:15 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 10 Jul 2019 03:44:15 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=LDOK2fSHYnku7dirTHrinuHmozda2r0FXfmkEnX9bzA=; b=E6C3q+tw5M4+ Do9Rr9XU3LUqR2IoPKgEzFUrhzHzUQ6EZ0PQFxlkNP0sk7h6BYowXUBLloOtVvf5 7JVMb8egASC8mlj1yQQkWZd0HqOaaERVFAgD1BlQQafkwrSNgmx4X6UFLxjt+n3U QWB6C3r87Ah967hwtGQ5LGdR0TTXYus= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=LDOK2fSHYnku7dirTHrinuHmozda2r0FXfmkEnX9b zA=; b=uBRyJfhwR9kaNDIqRhn5Fl3N3sqGtKedn+Sn8aKLGXAUTx8lRQn+oEQEE rA24e0pmPiK1M0gC760lOzn2zrEcSprF512IFG9TUYkPVPILrtcUEj3pLhkeMBFJ 9SHumWLxA7+w+ZtFh5nQDOkCd8oXS7yYEq0EyMtHJLAs+ojmgm0qyvhSUPEhUnE2 whYIjma45PdzhBoGe5WPA/5nQXGP8R0kNggsGfeAezs6PsfHSnuasG3tTxcDq/Ky udNVIQdsrkgJCimMo5UznlWYf9e3X82LumAZFtCEe2QNO2AVmfqdTJJnlNom2Qe+ wDjPz6X4z2Eb/fSNRHtDPiB2v3rJQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrgeehgdejtdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucffoh hmrghinhepghhithhhuhgsrdgtohhmnecukfhppeejjedrudefgedrvddtfedrudekgeen ucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth enucevlhhushhtvghrufhiiigvpedt 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 A61D380060; Wed, 10 Jul 2019 03:44:13 -0400 (EDT) From: Thomas Monjalon To: dev@dpdk.org Cc: Ferruh Yigit , John McNamara , Marko Kovacevic Date: Wed, 10 Jul 2019 09:44:12 +0200 Message-ID: <2833305.GBnle41HQM@xps> In-Reply-To: <56b4e556-6775-3b0c-4b41-b30501dcd95a@intel.com> References: <20190709131117.9885-1-thomas@monjalon.net> <56b4e556-6775-3b0c-4b41-b30501dcd95a@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: fix PDF build 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 09/07/2019 18:53, Ferruh Yigit: > On 7/9/2019 2:11 PM, Thomas Monjalon wrote: > > The command "make doc-guides-pdf" is failing because > > there are more than 1500 lines in the file MAINTAINERS > > which is included in the contributing guide. > > > > We are facing the issue mentioned in this comment: > > https://github.com/sphinx-doc/sphinx/issues/3099#issuecomment-256440704 > > > > Anyway the file MAINTAINERS is mentioned several times in the guide. > > So the "literalinclude" is removed from the guide to fix the build > > of the PDF. > > > > Signed-off-by: Thomas Monjalon > > Tested-by: Ferruh Yigit Applied