Skip to content

Commit

Permalink
ci: Re-configure for uv
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Sep 13, 2024
1 parent e80008f commit c07ec83
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c07ec83

Please sign in to comment.