We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82453b3 commit 7acc6daCopy full SHA for 7acc6da
1 file changed
.readthedocs.yml
@@ -1,13 +1,8 @@
1
version: 2
2
build:
3
- os: "ubuntu-22.04"
+ os: "ubuntu-24.04"
4
tools:
5
- python: "3.11"
6
-sphinx:
7
- configuration: docs/conf.py
8
-python:
9
- install:
10
- - method: pip
11
- path: .
12
- extra_requirements:
13
- - docs
+ python: "3.12"
+ commands:
+ - pip install uv
+ - uv run --group docs python -m sphinx docs $READTHEDOCS_OUTPUT/html -b html -W
0 commit comments