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:
Hans-Peter Jansen 2023-05-03 12:57:31 +00:00 committed by Git OBS Bridge
parent d6da14f9cc
commit 2ee8e4500d
2 changed files with 7 additions and 1 deletions

View File

@ -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>

View File

@ -60,7 +60,7 @@ This package contains documentation files for %{name}.
# raises DistributionNotFound for zope.event, hence build doc directly
# from source in order to avoid the need for an external doc package
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
%python_install