From 3013095bdd99fc399df3fc21b6e2a2bcb3ec648d Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Fri, 23 May 2025 14:36:32 +0100 Subject: [PATCH] Attempt to fix readthedocs build --- .readthedocs.yaml | 9 +++++++++ invenio_config_iform/__about__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index d447084..25c1cd0 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,6 +9,15 @@ build: os: ubuntu-24.04 tools: python: "3.13" + jobs: + pre_create_environment: + - asdf plugin add uv + - asdf install uv latest + - asdf global uv latest + create_environment: + - uv venv "${READTHEDOCS_VIRTUALENV_PATH}" + install: + - VIRTUAL_ENV="${READTHEDOCS_VIRTUALENV_PATH}" uv pip install -r docs/requirements.txt # Build documentation in the "docs/" directory with Sphinx sphinx: diff --git a/invenio_config_iform/__about__.py b/invenio_config_iform/__about__.py index b16637c..5ff9393 100644 --- a/invenio_config_iform/__about__.py +++ b/invenio_config_iform/__about__.py @@ -8,4 +8,4 @@ """Metadata for this python module.""" -__version__ = "2025.5.20.7" +__version__ = "2025.5.20.8"