On Fri, 2017-04-14 at 14:18 -0700, Ben Pfaff wrote: > Suggested-by: Stephen Finucane <[email protected]> > Signed-off-by: Ben Pfaff <[email protected]>
Acked-by: Stephen Finucane <[email protected]> > --- > Documentation/automake.mk | 2 +- > Documentation/conf.py | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/Documentation/automake.mk b/Documentation/automake.mk > index 9911668c1ca9..8d18bd9714a4 100644 > --- a/Documentation/automake.mk > +++ b/Documentation/automake.mk > @@ -91,7 +91,7 @@ DOC_SOURCE = \ > Documentation/internals/contributing/libopenvswitch-abi.rst > \ > Documentation/internals/contributing/submitting-patches.rst > \ > Documentation/requirements.txt > - > +FLAKE8_PYFILES += Documentation/conf.py > EXTRA_DIST += $(DOC_SOURCE) > > # You can set these variables from the command line. > diff --git a/Documentation/conf.py b/Documentation/conf.py > index e32436be5357..49514ec96571 100644 > --- a/Documentation/conf.py > +++ b/Documentation/conf.py > @@ -175,8 +175,8 @@ else: > html_logo = '_static/logo.png' > > # The name of an image file (relative to this directory) to use as a > favicon of > -# the docs. This file should be a Windows icon file (.ico) being > 16x16 or 32x32 > -# pixels large. > +# the docs. This file should be a Windows icon file (.ico) being > 16x16 or > +# 32x32 pixels large. > # > # html_favicon = None > _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
