Skip to content

Commit

Permalink
try uv for rtd
Browse files Browse the repository at this point in the history
Signed-off-by: zethson <[email protected]>
  • Loading branch information
Zethson committed Oct 25, 2024
1 parent 9995f93 commit 18b0df5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ build:
os: ubuntu-22.04
tools:
python: "3.11"
commands:
- asdf plugin add uv
- asdf install uv latest
- asdf global uv latest
- uv sync --extra docs --frozen
- 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"
Expand Down

0 comments on commit 18b0df5

Please sign in to comment.