forked from pool/python-zope.event
Accepting request 1084273 from home:marxin:branches:devel:languages:python
- Use sphinx-build and do not depend on removed build_sphinx in Sphinx 7.0 (boo#1211051). OBS-URL: https://build.opensuse.org/request/show/1084273 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.event?expand=0&rev=29
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 3 11:23:16 UTC 2023 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
- Use sphinx-build and do not depend on removed build_sphinx
|
||||||
|
in Sphinx 7.0 (boo#1211051).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 21 12:39:16 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Fri Apr 21 12:39:16 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -60,7 +60,7 @@ This package contains documentation files for %{name}.
|
|||||||
# raises DistributionNotFound for zope.event, hence build doc directly
|
# raises DistributionNotFound for zope.event, hence build doc directly
|
||||||
# from source in order to avoid the need for an external doc package
|
# from source in order to avoid the need for an external doc package
|
||||||
export PYTHONPATH=$(pwd)/src
|
export PYTHONPATH=$(pwd)/src
|
||||||
python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo
|
sphinx-build -b html docs build/sphinx/html && rm build/sphinx/html/.buildinfo
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
|
Reference in New Issue
Block a user