From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] devtools: check wrong svg include in guides Date: Thu, 01 Nov 2018 22:25:46 +0100 Message-ID: <2922990.Jdo3r6Othm@xps> References: <20181031110548.31184-1-thomas@monjalon.net> <20181031162842.19431-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, john.mcnamara@intel.com, marko.kovacevic@intel.com To: Arnon Warshavsky Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 4EBC31B118 for ; Thu, 1 Nov 2018 22:25:49 +0100 (CET) In-Reply-To: <20181031162842.19431-1-thomas@monjalon.net> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 31/10/2018 17:28, Thomas Monjalon: > Including svg files with the svg extension is a common mistake: > .. figure:: example.svg > must be > .. figure:: example.* > So it will work also when building pdf doc with figures converted > to png files. > > A check is added in checkpatches.sh. > > Signed-off-by: Thomas Monjalon > Signed-off-by: Arnon Warshavsky Applied