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 fb1f109 commit d99a215Copy full SHA for d99a215
1 file changed
.readthedocs.yaml
@@ -0,0 +1,15 @@
1
+# https://docs.readthedocs.io/en/stable/config-file/v2.html
2
+version: 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
+ build:
13
+ html:
14
+ - uvx hatch run docs:build
15
+ - mv docs/_build $READTHEDOCS_OUTPUT
0 commit comments