We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d71e242 commit 4643725Copy full SHA for 4643725
.readthedocs.yml
@@ -1,17 +1,16 @@
1
version: 2
2
3
build:
4
- os: ubuntu-22.04
+ os: ubuntu-24.04
5
tools:
6
python: "3.12"
7
-
8
-python:
9
- install:
10
- - method: pip
11
- path: .
12
- extra_requirements:
13
- - rtd
14
- - requirements: docs/requirements.txt
+ jobs:
+ create_environment:
+ - asdf plugin add uv
+ - asdf install uv latest
+ - asdf global uv latest
+ install:
+ - uv pip install . --group docs
15
16
sphinx:
17
builder: html
0 commit comments