From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v1] doc: fix relative path of Nic table input file Date: Tue, 06 Dec 2016 17:31:27 +0100 Message-ID: <2612813.eBFzMeGqJu@xps13> References: <1480870057-1674-1-git-send-email-john.mcnamara@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "De Lara Guarch, Pablo" , stable@dpdk.org To: "Mcnamara, John" Return-path: Received: from mail-wj0-f179.google.com (mail-wj0-f179.google.com [209.85.210.179]) by dpdk.org (Postfix) with ESMTP id A8E032BCD for ; Tue, 6 Dec 2016 17:31:29 +0100 (CET) Received: by mail-wj0-f179.google.com with SMTP id v7so328021373wjy.2 for ; Tue, 06 Dec 2016 08:31:29 -0800 (PST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > Fix relative path between sphinx conf.py file and Nic table file > > to allow automatic build on ReadTheDocs. > > > > Fixes: 9db3f52126fb ("doc: generate NIC overview table from ini files") > > > > Signed-off-by: John McNamara > > Acked-by: Pablo de Lara Applied, thanks