From a5d0556f81a383c3734634e4bed4d6fef40c2872 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jul 30 2019 14:29:20 +0000 Subject: Build the doc using sphinx in python3 Signed-off-by: Pierre-Yves Chibon --- diff --git a/doc/Makefile b/doc/Makefile index 73658c9..8ae0eab 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -3,7 +3,7 @@ # You can set these variables from the command line. SPHINXOPTS = -SPHINXBUILD = sphinx-build +SPHINXBUILD = sphinx-build-3 PAPER = BUILDDIR = _build