Skip to content

Commit 01dffed

Browse files
committed
chore: refactor Read the Docs configuration to use uv
1 parent 9209e5b commit 01dffed

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.readthedocs.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,12 @@ build:
55
os: ubuntu-22.04
66
tools:
77
python: "3.13"
8+
jobs:
9+
post_install:
10+
- pip install uv
11+
- UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv sync --all-extras --group docs --link-mode=copy
812

913
sphinx:
1014
configuration: docs/conf.py
1115
fail_on_warning: false
1216
builder: html
13-
14-
python:
15-
install:
16-
- method: pip
17-
path: .
18-
extra_requirements:
19-
- docs

0 commit comments

Comments
 (0)