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"