From a4600d2f67887131333ce250ab72cf371a224733 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Thu, 24 Jun 2021 08:32:17 -0400 Subject: [PATCH] Set PYTHONPATH for documentation build --- python-sure.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-sure.spec b/python-sure.spec index 31320e1..a4f8ab5 100644 --- a/python-sure.spec +++ b/python-sure.spec @@ -81,7 +81,7 @@ sed -r -i \ %build %pyproject_wheel -%make_build -C docs/ html SPHINXOPTS='%{?_smp_mflags}' +env PYTHONPATH="${PWD}" %make_build -C docs/ html SPHINXOPTS='%{?_smp_mflags}' %install