Skip to content

Commit ec92b07

Browse files
authored
Move .readthedocs.yaml to use dependency groups (#403)
1 parent 2b9c7b8 commit ec92b07

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.readthedocs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ sphinx:
1010
configuration: docs/conf.py
1111

1212
build:
13-
os: ubuntu-22.04
13+
os: ubuntu-24.04
1414
tools:
15-
python: "3.11"
15+
python: "3.14"
1616

1717
# Build documentation with MkDocs
1818
#mkdocs:
@@ -26,5 +26,5 @@ python:
2626
install:
2727
- method: pip
2828
path: .
29-
extra_requirements:
29+
dependency_groups:
3030
- docs

0 commit comments

Comments
 (0)