1
0
Dirk Mueller 2019-01-22 16:59:42 +00:00 committed by Git OBS Bridge
parent eb472ea8da
commit 2a84fcec19

View File

@ -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}