From 0a501b7490c4673c3bcaa26543c158df5bc77b4f Mon Sep 17 00:00:00 2001 From: acereca Date: Fri, 12 Feb 2021 14:20:16 +0100 Subject: [PATCH] absolute sphinx-build path --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index d4bb2cb..fc8992c 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -4,7 +4,7 @@ # You can set these variables from the command line, and also # from the environment for the first two. SPHINXOPTS ?= -SPHINXBUILD ?= sphinx-build +SPHINXBUILD ?= /usr/bin/sphinx-build SOURCEDIR = . BUILDDIR = _build