Skip to content

Commit 4643725

Browse files
committed
Update .readthedocs.yml to use dependency groups
1 parent d71e242 commit 4643725

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.readthedocs.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
version: 2
22

33
build:
4-
os: ubuntu-22.04
4+
os: ubuntu-24.04
55
tools:
66
python: "3.12"
7-
8-
python:
9-
install:
10-
- method: pip
11-
path: .
12-
extra_requirements:
13-
- rtd
14-
- requirements: docs/requirements.txt
7+
jobs:
8+
create_environment:
9+
- asdf plugin add uv
10+
- asdf install uv latest
11+
- asdf global uv latest
12+
install:
13+
- uv pip install . --group docs
1514

1615
sphinx:
1716
builder: html

0 commit comments

Comments
 (0)