Do not invoke unversioned python.
This commit is contained in:
parent
16724183cd
commit
d53dd55d34
@ -151,7 +151,7 @@ popd
|
|||||||
# Build the documentation
|
# Build the documentation
|
||||||
pushd %{sympydir}/doc
|
pushd %{sympydir}/doc
|
||||||
sed -i 's/sphinx-build/&-%{python3_version}/' Makefile
|
sed -i 's/sphinx-build/&-%{python3_version}/' Makefile
|
||||||
make html SPHINXOPTS=%{?_smp_mflags}
|
make html SPHINXOPTS=%{?_smp_mflags} PYTHON=%{__python3}
|
||||||
make cheatsheet
|
make cheatsheet
|
||||||
popd
|
popd
|
||||||
pushd python3/doc
|
pushd python3/doc
|
||||||
|
Loading…
Reference in New Issue
Block a user