Description: Using python3 -m sphinx to build doc
Author: Thomas Goirand <zigo@debian.org>
Forwarded: not-needed
Last-Update: 2018-09-03

--- openvswitch-2.10.0+2018.08.28+git.8ca7c82b7d+ds1.orig/Documentation/automake.mk
+++ openvswitch-2.10.0+2018.08.28+git.8ca7c82b7d+ds1/Documentation/automake.mk
@@ -117,7 +117,7 @@ EXTRA_DIST += $(DOC_SOURCE)
 
 # You can set these variables from the command line.
 SPHINXOPTS =
-SPHINXBUILD = sphinx-build
+SPHINXBUILD = python3 -m sphinx
 SPHINXSRCDIR = $(srcdir)/Documentation
 SPHINXBUILDDIR = $(builddir)/Documentation/_build
 
