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.
2 parents c8954c6 + 0a4b4a0 commit 3062c4eCopy full SHA for 3062c4e
.readthedocs.yaml
@@ -0,0 +1,20 @@
1
+# Read the Docs configuration file
2
+# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3
+version: 2
4
+
5
+build:
6
+ os: ubuntu-24.04
7
+ tools:
8
+ python: "3.13"
9
+ jobs:
10
+ pre_create_environment:
11
+ - asdf plugin add uv
12
+ - asdf install uv latest
13
+ - asdf global uv latest
14
+ create_environment:
15
+ - uv venv "${READTHEDOCS_VIRTUALENV_PATH}"
16
+ install:
17
+ - UV_PROJECT_ENVIRONMENT="${READTHEDOCS_VIRTUALENV_PATH}" uv sync --frozen --group docs
18
19
+sphinx:
20
+ configuration: docs/conf.py
0 commit comments