Re: [dpdk-dev] [PATCH v10 11/11] doc: support python3 only

2020-10-02 Thread Bruce Richardson
On Fri, Oct 02, 2020 at 01:01:13PM +0200, David Marchand wrote: > On Wed, Sep 30, 2020 at 1:45 PM Kevin Laatz wrote: > > diff --git a/doc/guides/conf.py b/doc/guides/conf.py > > index 9ebc26ed3f..ef550f68c0 100644 > > --- a/doc/guides/conf.py > > +++ b/doc/guides/conf.py > > @@ -1,7 +1,7 @@ > > +#

Re: [dpdk-dev] [PATCH v10 11/11] doc: support python3 only

2020-10-02 Thread Kevin Laatz
On 02/10/2020 12:01, David Marchand wrote: On Wed, Sep 30, 2020 at 1:45 PM Kevin Laatz wrote: [...] try: import sphinx_rtd_theme diff --git a/doc/guides/contributing/coding_style.rst b/doc/guides/contributing/coding_style.rst index 0be9546a6a..4fc010ca49 100644 --- a/doc/guides/con

Re: [dpdk-dev] [PATCH v10 11/11] doc: support python3 only

2020-10-02 Thread David Marchand
On Wed, Sep 30, 2020 at 1:45 PM Kevin Laatz wrote: > diff --git a/doc/guides/conf.py b/doc/guides/conf.py > index 9ebc26ed3f..ef550f68c0 100644 > --- a/doc/guides/conf.py > +++ b/doc/guides/conf.py > @@ -1,7 +1,7 @@ > +#!/usr/bin/env python3 > # SPDX-License-Identifier: BSD-3-Clause > # Copyrigh

[dpdk-dev] [PATCH v10 11/11] doc: support python3 only

2020-09-30 Thread Kevin Laatz
Changed script to explicitly use python3 only to avoid maintaining python 2 and removed references to python 2 from the documentation. The deprecation notice for python 2 support has been removed. A section was added to the rel_notes for this patchset. Cc: Ray Kinsella Cc: Neil Horman Cc: John