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

@@ -1,7 +1,8 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 26 05:48:34 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com> Wed Mar 26 08:02:17 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Normalize metadata directory name. - Normalize metadata directory name.
- Use the new environment variable for Sphinx building.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 14 09:22:40 UTC 2024 - Dirk Müller <dmueller@suse.com> Thu Nov 14 09:22:40 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -60,7 +60,7 @@ rm -rf jaraco.stream.egg-info
%build %build
%pyproject_wheel %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/ sphinx-build -b html docs/ build/sphinx/html/
rm -r build/sphinx/html/{.buildinfo,.doctrees} rm -r build/sphinx/html/{.buildinfo,.doctrees}