From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 42F6B379B; Mon, 5 Dec 2016 11:19:56 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 05 Dec 2016 02:19:55 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,747,1477983600"; d="scan'208";a="1068063571" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.29]) ([10.237.220.29]) by orsmga001.jf.intel.com with ESMTP; 05 Dec 2016 02:19:55 -0800 To: John McNamara , dev@dpdk.org References: <1480870057-1674-1-git-send-email-john.mcnamara@intel.com> Cc: stable@dpdk.org From: Ferruh Yigit Message-ID: <309bd474-f338-4626-3d94-dafe9d1dd706@intel.com> Date: Mon, 5 Dec 2016 10:19:54 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <1480870057-1674-1-git-send-email-john.mcnamara@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH v1] doc: fix relative path of Nic table input file X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Dec 2016 10:19:58 -0000 On 12/4/2016 4:47 PM, John McNamara wrote: > 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 Tested-by: Ferruh Yigit