15
0
forked from pool/python-WebOb

Accepting request 1084268 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/1084268
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebOb?expand=0&rev=67
This commit is contained in:
2023-05-03 11:34:13 +00:00
committed by Git OBS Bridge
parent 54b6fe93f5
commit 25823b2513
2 changed files with 7 additions and 1 deletions

View File

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