Do not invoke unversioned python.

This commit is contained in:
Jerry James 2018-07-04 21:40:53 -06:00
parent 16724183cd
commit d53dd55d34

View File

@ -151,7 +151,7 @@ popd
# Build the documentation
pushd %{sympydir}/doc
sed -i 's/sphinx-build/&-%{python3_version}/' Makefile
make html SPHINXOPTS=%{?_smp_mflags}
make html SPHINXOPTS=%{?_smp_mflags} PYTHON=%{__python3}
make cheatsheet
popd
pushd python3/doc