From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9B6F2A04BA; Fri, 2 Oct 2020 18:04:36 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8333F1D9A6; Fri, 2 Oct 2020 18:04:35 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 18FDE1D999 for ; Fri, 2 Oct 2020 18:04:32 +0200 (CEST) IronPort-SDR: qhETRS3Fz8Puze5nutdp/Qyvsrip0iYL9rBX1EdlNqNOE6FlcwGPKI7CvvNTlQJql69s60dZEk AsY9vatpcIzQ== X-IronPort-AV: E=McAfee;i="6000,8403,9762"; a="163116180" X-IronPort-AV: E=Sophos;i="5.77,328,1596524400"; d="scan'208";a="163116180" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Oct 2020 09:04:30 -0700 IronPort-SDR: uWDraHiXvPqKTn2FDbj/JfElDG2UsjEmK7MlZp7Krog56Y++b8GaXdHfMNAxc7SBeWDfgO8B25 qtm4dKvUxeyw== X-IronPort-AV: E=Sophos;i="5.77,328,1596524400"; d="scan'208";a="515943517" Received: from klaatz-mobl1.ger.corp.intel.com (HELO [10.213.230.23]) ([10.213.230.23]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Oct 2020 09:04:25 -0700 To: Robin Jarry , Maxime Coquelin , Chenbo Xia , Zhihong Wang , Ray Kinsella , Neil Horman , Nicolas Chautru Cc: dev@dpdk.org, David Marchand References: <20201002154753.1015-1-robin.jarry@6wind.com> From: Kevin Laatz Message-ID: <52a527ab-063e-d5d3-e782-f500a4794aa9@intel.com> Date: Fri, 2 Oct 2020 17:04:23 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: <20201002154753.1015-1-robin.jarry@6wind.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-GB Subject: Re: [dpdk-dev] [PATCH] doc: remove references to python 2 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 02/10/2020 16:47, Robin Jarry wrote: > Python 2 support has now been dropped. Remove references to it in the > documentation. > > Since all python scripts now have a proper shebang that calls python3, > execute the scripts directly without specifying the interpreter. > > Sphinx version from most Linux distros is OK in 2020, do not encourage > people to break their system by installing with pip. Use the distros > official packages. > > Signed-off-by: Robin Jarry > --- > doc/guides/conf.py | 2 +- > doc/guides/contributing/documentation.rst | 8 ++------ > doc/guides/howto/telemetry.rst | 2 +- > doc/guides/nics/virtio.rst | 4 ++-- > doc/guides/rel_notes/deprecation.rst | 4 ++-- > doc/guides/tools/testbbdev.rst | 2 +- > 6 files changed, 9 insertions(+), 13 deletions(-) > Acked-by: Kevin Laatz