diff --git a/python-zope.event.changes b/python-zope.event.changes index 6289df9..a4bb83a 100644 --- a/python-zope.event.changes +++ b/python-zope.event.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed May 3 11:23:16 UTC 2023 - Martin Liška + +- 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 diff --git a/python-zope.event.spec b/python-zope.event.spec index 2804367..be404f4 100644 --- a/python-zope.event.spec +++ b/python-zope.event.spec @@ -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