From 5b6e2cb5e080ff4abef08efd3a7598b33395d137 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Mon, 20 Sep 2021 12:19:26 +0900 Subject: [PATCH] Allow SPHINXBUILD to be overridden by environment variable --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 13317991..ce56b1c2 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -272,7 +272,7 @@ EXTRA_DIST = \ # You can set these variables from the command line. SPHINXOPTS = -SPHINXBUILD = sphinx-build +SPHINXBUILD ?= sphinx-build PAPER = BUILDDIR = manual