Skip to content

Commit

Permalink
Bump uv version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Nov 19, 2024
1 parent 94d1ffc commit 2492323
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -16,8 +16,8 @@ build:
python: '3.11'
commands:
- asdf plugin add uv
- asdf install uv 0.1.44
- asdf global uv 0.1.44
- asdf install uv 0.5.2
- asdf global uv 0.5.2
- uv venv
- uv pip install .[docs]
- . .venv/bin/activate && cd docs && make BUILDDIR=$READTHEDOCS_OUTPUT

0 comments on commit 2492323

Please sign in to comment.