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 D14D42C39; Mon, 5 Dec 2016 16:16:52 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP; 05 Dec 2016 07:16:50 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,305,1477983600"; d="scan'208";a="1077669419" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by fmsmga001.fm.intel.com with ESMTP; 05 Dec 2016 07:16:49 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.159]) by IRSMSX103.ger.corp.intel.com ([169.254.3.91]) with mapi id 14.03.0248.002; Mon, 5 Dec 2016 15:15:52 +0000 From: "De Lara Guarch, Pablo" To: "Mcnamara, John" , "dev@dpdk.org" CC: "stable@dpdk.org" , "Mcnamara, John" Thread-Topic: [dpdk-dev] [PATCH v1] doc: fix relative path of Nic table input file Thread-Index: AQHSTk4zm29UbL17a0iIeOtZIEh0PKD5eDJg Date: Mon, 5 Dec 2016 15:15:52 +0000 Message-ID: References: <1480870057-1674-1-git-send-email-john.mcnamara@intel.com> In-Reply-To: <1480870057-1674-1-git-send-email-john.mcnamara@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOThkNTg5M2YtMmE4NC00MGQxLWJmZmYtYzU2NzgyNGI5ZTIxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Ik1mQTVzMzdkWFZhQ2ZNYWM0XC93NEk3bjZkR0ZDdTdFZnpkMmkrYlZRZnZrPSJ9 x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-stable] [dpdk-dev] [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 15:16:53 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of John McNamara > Sent: Sunday, December 04, 2016 4:48 PM > To: dev@dpdk.org > Cc: stable@dpdk.org; Mcnamara, John > Subject: [dpdk-dev] [PATCH v1] doc: fix relative path of Nic table input = file >=20 > Fix relative path between sphinx conf.py file and Nic table file > to allow automatic build on ReadTheDocs. >=20 > Fixes: 9db3f52126fb ("doc: generate NIC overview table from ini files") >=20 > Signed-off-by: John McNamara Acked-by: Pablo de Lara