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 @@
> > +#
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
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
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
4 matches
Mail list logo