diff --git a/python-WebOb.changes b/python-WebOb.changes index de56daa..0ed3a38 100644 --- a/python-WebOb.changes +++ b/python-WebOb.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed May 3 11:20:42 UTC 2023 - Martin Liška + +- Use sphinx-build and do not depend on removed build_sphinx + in Sphinx 7.0 (boo#1211051). + ------------------------------------------------------------------- Sun Apr 23 22:40:43 UTC 2023 - Matej Cepl diff --git a/python-WebOb.spec b/python-WebOb.spec index a005671..71bccbe 100644 --- a/python-WebOb.spec +++ b/python-WebOb.spec @@ -66,7 +66,7 @@ sed -i 's/worker.isAlive/worker.is_alive/' tests/conftest.py %build %python_build -PYTHONPATH=./src python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo +PYTHONPATH=./src sphinx-build -b html docs build/sphinx/html && rm build/sphinx/html/.buildinfo %install %python_install