From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by dpdk.org (Postfix) with ESMTP id 2413E54AE for ; Sat, 27 Oct 2018 23:54:03 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id DFB89C10; Sat, 27 Oct 2018 17:54:01 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sat, 27 Oct 2018 17:54:02 -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=uye79QxSxNpaaE4bRDSn+IVuG+XOGWUY5/DDU9OS44c=; b=ggFeqBWJ7W7G CQ354RLNYei3tMYzNeDirCaqj0iWoagg4SntBaXKNkInZ84v44KAekrgZZ0Xk20Y UagWBUujYbHIjJdiEGTSLFu0idfQACashScfw+T0GUW4s8LovNbWyIqqUt/9qKmy xVtW1FE2IkIfyUpLN76heJjmRXyT/X4= 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=fm1; bh=uye79QxSxNpaaE4bRDSn+IVuG+XOGWUY5/DDU9OS4 4c=; b=KOjijFG72gDzCn+Ibx4/Re/8w42HbVfhvHHfnKeXFSSUe9F+6BlMLVq8E BLOArMnr0Ld4xlnUwSTsbdoirTUXxQxyPHuB+XeYKlNXIuh6eZUIe4mtQtswZdZf 0hi6ZjJvf5RabUJmwdJu0vbN9Dd6Nus8h8Hmt+oPxA0aJUt2qfYL4Ol1m4jiYcD3 NTRS6AlW23xcqxFkdqw93Spxc2lMJco6hgUTloMQWfLTfJstHoXakgHG5csZ01Ne S4yVNqOAcAGBgQhdZOuQIe9KTpoT1dhmezVjPSXlSFuqwaP2Ple8zwH5ODzFZB2+ vR8QmP9gbLgfGAdzjuUby1bpZtksA== 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 537E6102A0; Sat, 27 Oct 2018 17:54:00 -0400 (EDT) From: Thomas Monjalon To: Luca Boccassi , bruce.richardson@intel.com Cc: dev@dpdk.org, Timothy Redaelli Date: Sat, 27 Oct 2018 23:54:06 +0200 Message-ID: <1919106.6oOIkQuhtx@xps> In-Reply-To: <20180920155118.2230e6ac@redhat.com> References: <20180911161322.20114-1-bruce.richardson@intel.com> <20180920132208.14583-1-bluca@debian.org> <20180920155118.2230e6ac@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3] doc: support building HTML guides with meson 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: Sat, 27 Oct 2018 21:54:03 -0000 20/09/2018 15:51, Timothy Redaelli: > On Thu, 20 Sep 2018 14:22:08 +0100 > Luca Boccassi wrote: > > > From: Bruce Richardson > > > > Signed-off-by: Bruce Richardson > > Signed-off-by: Luca Boccassi > > Tested on Fedora 28 (sphinx 1.7.5) and RHEL 7.5 (sphinx 1.1.3) > > Tested-by: Timothy Redaelli Applied, thanks In the build directory, docs are in - doc/api/api/ - doc/guides/guides/ Why having the last level of (redundant) directory?