From c07ec834e8a5952bbf97775546b44a1f67221e0b Mon Sep 17 00:00:00 2001 From: Kazuya Takei Date: Fri, 13 Sep 2024 19:54:47 +0900 Subject: [PATCH] ci: Re-configure for uv --- .readthedocs.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 1365638..bebd5be 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -4,6 +4,13 @@ build: os: 'ubuntu-22.04' tools: python: '3.12' + jobs: + post_create_environment: + - pip install uv + post_install: + - uv sync --frozen + - ln -s `pwd`/.venv $READTHEDOCS_VIRTUALENV_PATH + # Build documentation in the doc/ directory with Sphinx sphinx: