Use correct sphinx-build name for python-fields and python-filelock (#8192)
This commit is contained in:
Родитель
7d9c10b889
Коммит
55401af791
|
@ -62,7 +62,7 @@ sed -i 's/\[pytest\]/\[tool:pytest\]/' setup.cfg
|
|||
|
||||
%build
|
||||
%py3_build
|
||||
PYTHONPATH=$PWD/src sphinx-build%{python3_pkgversion} -b html docs docs/_build/html
|
||||
PYTHONPATH=$PWD/src sphinx-build -b html docs docs/_build/html
|
||||
rm -rf docs/_build/html/.buildinfo docs/_build/html/.doctrees
|
||||
|
||||
%install
|
||||
|
|
|
@ -47,7 +47,7 @@ the same lock object twice, it will not block.
|
|||
%build
|
||||
%py3_build
|
||||
|
||||
make -C docs html man SPHINXBUILD=sphinx-build3
|
||||
make -C docs html man SPHINXBUILD=sphinx-build
|
||||
rm docs/build/html/.buildinfo
|
||||
|
||||
%install
|
||||
|
|
Загрузка…
Ссылка в новой задаче