14
0

- Use the new environment variable for Sphinx building.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.stream?expand=0&rev=23
This commit is contained in:
2025-03-26 08:02:51 +00:00
committed by Git OBS Bridge
parent a0e29c5eeb
commit fee188d7ae
2 changed files with 3 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ rm -rf jaraco.stream.egg-info
%build
%pyproject_wheel
export JARACO_PACKAGING_SPHINX_WHEEL=./dist/jaraco.stream-%{version}-py3-none-any.whl
export BUILD_ENVIRONMENT=current
sphinx-build -b html docs/ build/sphinx/html/
rm -r build/sphinx/html/{.buildinfo,.doctrees}