Skip to content

Commit b3f39fb

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

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.readthedocs.yaml

Lines changed: 6 additions & 9 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:
6-
python: "3" # (last stable CPython version)
7-
8-
python:
9-
install:
10-
- method: pip
11-
path: .
12-
extra_requirements:
13-
- docs
6+
python: "3"
7+
jobs:
8+
install:
9+
- pip install --upgrade pip
10+
- pip install --group docs
1411

1512
sphinx:
1613
configuration: docs/conf.py

0 commit comments

Comments
 (0)