Skip to content

Commit d08af1a

Browse files
committed
.readthedocs.yaml: use dependency groups; bump OS.
1 parent aff9448 commit d08af1a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.readthedocs.yaml

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

33
build:
4-
os: ubuntu-22.04
4+
os: ubuntu-24.04
55
tools:
66
python: "3" # (last stable CPython version)
77

88
python:
99
install:
10-
- method: pip
11-
path: .
12-
extra_requirements:
13-
- docs
10+
- pip install --group docs
1411

1512
sphinx:
1613
configuration: docs/conf.py

0 commit comments

Comments
 (0)