From 2a84fcec195bf0505204a3dc34f074f2ac0bff9474a0387cadfaece1bca0fad4 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 22 Jan 2019 16:59:42 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.config?expand=0&rev=71 --- python-oslo.config.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-oslo.config.spec b/python-oslo.config.spec index a9c2ed0..12a85a3 100644 --- a/python-oslo.config.spec +++ b/python-oslo.config.spec @@ -110,7 +110,8 @@ sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg %build %{python_build} -PBR_VERSION=6.4.0 PYTHONPATH=$CWD sphinx-build -b html doc/source doc/build/html +PBR_VERSION=6.4.0 PYTHONPATH=. \ + sphinx-build -b html doc/source doc/build/html # remove the sphinx-build leftovers rm -rf doc/build/html/.{doctrees,buildinfo}