summaryrefslogtreecommitdiff
path: root/Documentation/automake.mk
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2017-04-14 14:18:52 -0700
committerBen Pfaff <blp@ovn.org>2017-04-14 20:23:22 -0700
commitb9b3b9cea587f5484a917b977371fbe4bfdbf9a5 (patch)
tree0f02efb57ef555d651959ffeae5c1e36712e949c /Documentation/automake.mk
parent91b735f950b7b97083e0bfa150886906deae147a (diff)
downloadopenvswitch-b9b3b9cea587f5484a917b977371fbe4bfdbf9a5.tar.gz
doc: Apply flake8 to conf.py also.
Suggested-by: Stephen Finucane <stephen@that.guru> Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'Documentation/automake.mk')
-rw-r--r--Documentation/automake.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/automake.mk b/Documentation/automake.mk
index 9911668c1..8d18bd971 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.