We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0256c1 commit 2fd0779Copy full SHA for 2fd0779
.readthedocs.yaml
@@ -0,0 +1,12 @@
1
+version: 2
2
+
3
+build:
4
+ os: ubuntu-22.04
5
+ tools:
6
+ python: "3.12"
7
+ commands:
8
+ - asdf plugin add uv
9
+ - asdf install uv latest
10
+ - asdf global uv latest
11
+ - uv sync --group docs
12
+ - uv run -m sphinx -T -b html -d docs/_build/doctrees -D language=en src/docs $READTHEDOCS_OUTPUT/html
0 commit comments