Skip to content

Commit 1111cce

Browse files
authored
Merge pull request #104 from tekktrik/doc/fix-rtd
Fix ReadTheDocs configuration file
2 parents a1aa18c + 1995921 commit 1111cce

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.readthedocs.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,16 @@
44
version: 2
55

66
build:
7-
os: ubuntu-22.04
7+
os: ubuntu-24.04
88
tools:
9-
python: "3.12"
9+
python: "3.14"
1010

1111
sphinx:
1212
configuration: docs/conf.py
1313

1414
python:
1515
install:
16-
- requirements: requirements-dev.txt
16+
- method: pip
17+
path: .
18+
extra_requirements:
19+
- dev

0 commit comments

Comments
 (0)