Fix sphinx build being stalled
Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>
This commit is contained in:
parent
63929244cf
commit
eb127cd15c
@ -108,7 +108,7 @@ sed -i "/expected_failing_examples/s|]|,'../examples/advanced/plot_parallel_betw
|
|||||||
%py3_build
|
%py3_build
|
||||||
|
|
||||||
# Build the documentation
|
# Build the documentation
|
||||||
PYTHONPATH=$PWD/build/lib make SPHINXBUILD=sphinx-build-3 -C doc html
|
PYTHONPATH=$PWD/build/lib sphinx-build-3 -C doc html
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%py3_install
|
%py3_install
|
||||||
@ -141,7 +141,7 @@ grep -rlZ '^#!' %{buildroot}%{python3_sitelib}/networkx | xargs -0 chmod a+x
|
|||||||
%{python3_sitelib}/networkx*
|
%{python3_sitelib}/networkx*
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%doc doc/build/html/*
|
%doc html/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 2.3-4
|
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 2.3-4
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user