From fee188d7ae2c5f3f5dc90b5168b4e85fc19711ee83a04db4b82a0dc5eb44d259 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 26 Mar 2025 08:02:51 +0000 Subject: [PATCH] - 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 --- python-jaraco.stream.changes | 3 ++- python-jaraco.stream.spec | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/python-jaraco.stream.changes b/python-jaraco.stream.changes index 3a0b438..34656b9 100644 --- a/python-jaraco.stream.changes +++ b/python-jaraco.stream.changes @@ -1,7 +1,8 @@ ------------------------------------------------------------------- -Wed Mar 26 05:48:34 UTC 2025 - Steve Kowalik +Wed Mar 26 08:02:17 UTC 2025 - Steve Kowalik - Normalize metadata directory name. +- Use the new environment variable for Sphinx building. ------------------------------------------------------------------- Thu Nov 14 09:22:40 UTC 2024 - Dirk Müller diff --git a/python-jaraco.stream.spec b/python-jaraco.stream.spec index 8149765..21535bd 100644 --- a/python-jaraco.stream.spec +++ b/python-jaraco.stream.spec @@ -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}