Skip to content

Commit

Permalink
try uv for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep committed Oct 10, 2024
1 parent cac794f commit 67a267c
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@ build:
os: ubuntu-24.04
tools:
python: "3.12"
jobs:
post_install:
- pip install uv
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH uv pip install .[doc]
sphinx:
configuration: docs/conf.py
# disable this for more lenient docs builds
fail_on_warning: true
python:
install:
- method: pip
path: .
extra_requirements:
- doc

0 comments on commit 67a267c

Please sign in to comment.