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 fc5cd4c commit 6f31bacCopy full SHA for 6f31bac
1 file changed
.readthedocs.yml
@@ -1,16 +1,21 @@
1
version: 2
2
3
-build:
4
- os: ubuntu-22.04
5
- tools:
6
- python: "3.11"
7
-
8
- commands:
9
- - python -m pip install -U pip
10
- - python -m pip install . --group docs
11
12
sphinx:
13
- configuration: docs/sphinx/source/conf.py
+ configuration: docs/sphinx/source/conf.py
+
+build:
+ os: ubuntu-24.04
+ tools:
+ python: "3.13"
+ jobs:
+ pre_create_environment:
+ - asdf plugin add uv
+ - asdf install uv latest
14
+ - asdf global uv latest
15
+ create_environment:
16
+ - uv venv "${READTHEDOCS_VIRTUALENV_PATH}"
17
+ install:
18
+ - UV_PROJECT_ENVIRONMENT="${READTHEDOCS_VIRTUALENV_PATH}" uv sync --frozen --group docs
19
20
formats:
21
- htmlzip
0 commit comments