We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b9c7b8 commit ec92b07Copy full SHA for ec92b07
1 file changed
.readthedocs.yaml
@@ -10,9 +10,9 @@ sphinx:
10
configuration: docs/conf.py
11
12
build:
13
- os: ubuntu-22.04
+ os: ubuntu-24.04
14
tools:
15
- python: "3.11"
+ python: "3.14"
16
17
# Build documentation with MkDocs
18
#mkdocs:
@@ -26,5 +26,5 @@ python:
26
install:
27
- method: pip
28
path: .
29
- extra_requirements:
+ dependency_groups:
30
- docs
0 commit comments