diff --git a/python-zope.hookable.changes b/python-zope.hookable.changes index 554dfc4..2ec40a9 100644 --- a/python-zope.hookable.changes +++ b/python-zope.hookable.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed May 3 11:25:15 UTC 2023 - Martin Liška + +- Use sphinx-build and do not depend on removed build_sphinx + in Sphinx 7.0 (boo#1211051). + ------------------------------------------------------------------- Wed Feb 1 13:05:25 UTC 2023 - Ben Greiner diff --git a/python-zope.hookable.spec b/python-zope.hookable.spec index ce8cd27..79d4b51 100644 --- a/python-zope.hookable.spec +++ b/python-zope.hookable.spec @@ -73,7 +73,7 @@ rm -rf zope.hookable.egg-info %build %if !%{with test} %python_build -python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo build/sphinx/html/objects.inv +sphinx-build -b html docs build/sphinx/html && rm build/sphinx/html/.buildinfo build/sphinx/html/objects.inv %endif %install