From 54149c94f68efaa1fb0bbc802d00dec5aa1d271f Mon Sep 17 00:00:00 2001 From: zethson Date: Fri, 25 Oct 2024 15:58:47 +0200 Subject: [PATCH] rtd uv Signed-off-by: zethson --- .readthedocs.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index c346e81a..c1cc1fb0 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -8,11 +8,8 @@ build: - asdf install uv latest - asdf global uv latest - uv sync --extra docs --frozen + - python -c "import pertpy" - uv run -m sphinx -T -b html -d docs/_build/doctrees -D language=en docs $READTHEDOCS_OUTPUT/html - jobs: - pre_build: - - python -c "import pertpy" - - pip freeze sphinx: configuration: docs/conf.py fail_on_warning: false