Skip to content

Commit

Permalink
Try convincing RTD to use uv.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Apr 22, 2024
1 parent 72a1d29 commit 0b03af7
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 @@ -3,15 +3,17 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
python: "3.12"

jobs:
post_create_environment:
- pip install uv
post_install:
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH uv pip install -r docs/requirements.txt

sphinx:
builder: dirhtml
configuration: docs/conf.py
fail_on_warning: true

formats: all

python:
install:
- requirements: docs/requirements.txt

0 comments on commit 0b03af7

Please sign in to comment.