From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 2F08E388F for ; Wed, 19 Apr 2017 15:25:50 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id D480C20B2B; Wed, 19 Apr 2017 09:25:49 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Wed, 19 Apr 2017 09:25:49 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=SRBesTNya66Psrg rV6zBbZYhRhzGVfOhivHnqQgBldg=; b=koKIgxb9ix0CIUk832efVtY6rtLxSpM GjAyIOaVqbElpxALbAteTaUgaf9B6j4dgH0SVgpdDkiqaCa0jOd7DBGz7xJ2beFo ssCIdBQ9mU4pk1c1AMOKGlXcq/jgrzAwUjX7x8Vu4Iw1DFmYAAwYhgoXIXx+s1cB r+n0EF2RB92M= 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-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= fm1; bh=SRBesTNya66PsrgrV6zBbZYhRhzGVfOhivHnqQgBldg=; b=gLq3W2yZ oIWExls+1Q6OaImVuo4d0USL+Ed49y5WH3OPAFUQOgkh4wCmIVhRxhSd6xo0b/aM d9xGmrwlGJlO8KY1TEf4pxricV1TWI9WMMU8r/yacZpMBBpq6ZtbNh1+SIzOZ9Ku YaJS7tfeJTLHmn8hSE8PbDhu7wfNZuX9enlyg2SQxN+oWeGrA1HUFWWU60ROIZ7E NQemmOXhIX2NeCFBJkNgugGjpMBlPs0uZbqsVl9krlg1HBXoHVFCXoNexSnCwuhO 4khOqp8kEUAv9Wi95tgYDh8AeinUGCHwu7qlJAzZ9Li73C58ZchDm6c5V5UuGkbq CIQpMr9B/LTEeA== X-ME-Sender: X-Sasl-enc: ZRu25ii8+Rn4fu/GJE4KPjNqcp65UN6m72AAUjsBb97H 1492608349 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 8853C2473F; Wed, 19 Apr 2017 09:25:49 -0400 (EDT) From: Thomas Monjalon To: dev@dpdk.org Cc: Ferruh Yigit , john.mcnamara@intel.com Date: Wed, 19 Apr 2017 15:25:48 +0200 Message-ID: <35569965.zesvpRLOmd@xps> In-Reply-To: References: <20170419121036.4408-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: fix sphinx warning 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: Wed, 19 Apr 2017 13:25:50 -0000 19/04/2017 14:21, Ferruh Yigit: > On 4/19/2017 1:10 PM, Thomas Monjalon wrote: > > Seen with recent version of sphinx: > > WARNING: latex_preamble conflicts with latex_elements['preamble'], > > ignored. > > > > Signed-off-by: Thomas Monjalon > > Tested-by: Ferruh Yigit Applied