We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff5ff1b commit f076ddbCopy full SHA for f076ddb
1 file changed
.readthedocs.yaml
@@ -0,0 +1,20 @@
1
+version: 2
2
+
3
+build:
4
+ os: ubuntu-24.04
5
+ tools:
6
+ python: "3.13"
7
+ jobs:
8
+ create_environment:
9
+ - asdf plugin add uv
10
+ - asdf install uv latest
11
+ - asdf global uv latest
12
+ install:
13
+ - uv sync --group docs
14
+ build:
15
+ html:
16
+ - uv run sphinx-build -T -b html docs $READTHEDOCS_OUTPUT/html
17
18
+sphinx:
19
+ configuration: docs/conf.py
20
+ fail_on_warning: true
0 commit comments