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 6c9863e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 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 All @@ -12,8 +19,3 @@ sphinx:

# Optionally build your docs in additional formats such as PDF and ePub
formats: []

# Optionally set the version of Python and requirements required to build your docs
python:
install:
- requirements: requirements-dev.lock

0 comments on commit 6c9863e

Please sign in to comment.