From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id E9251262E for ; Thu, 20 Sep 2018 15:51:20 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 0F3BF3082A3D; Thu, 20 Sep 2018 13:51:20 +0000 (UTC) Received: from localhost (unknown [10.32.181.196]) by smtp.corp.redhat.com (Postfix) with ESMTP id 2CE7581C0F; Thu, 20 Sep 2018 13:51:19 +0000 (UTC) Date: Thu, 20 Sep 2018 15:51:18 +0200 From: Timothy Redaelli To: Luca Boccassi Cc: dev@dpdk.org, bruce.richardson@intel.com Message-ID: <20180920155118.2230e6ac@redhat.com> In-Reply-To: <20180920132208.14583-1-bluca@debian.org> References: <20180911161322.20114-1-bruce.richardson@intel.com> <20180920132208.14583-1-bluca@debian.org> Organization: Red Hat MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.45]); Thu, 20 Sep 2018 13:51:20 +0000 (UTC) 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: Thu, 20 Sep 2018 13:51:21 -0000 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