Skip to content

Commit 2d38493

Browse files
committed
Update RTD build config
1 parent 0267e99 commit 2d38493

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.readthedocs.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@ version: 2
22
sphinx:
33
configuration: docs/conf.py
44
build:
5-
os: ubuntu-22.04
5+
os: ubuntu-24.04
66
tools:
7-
python: "3.10"
8-
python:
9-
install:
10-
- method: pip
11-
path: .
12-
extra_requirements:
13-
- docs
7+
python: "3.13"
8+
jobs:
9+
install:
10+
- pip install --upgrade pip
11+
- pip install --group 'docs'

0 commit comments

Comments
 (0)