We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e91d5a9 commit f29a1c4Copy full SHA for f29a1c4
.readthedocs.yml
@@ -13,17 +13,11 @@ build:
13
os: ubuntu-lts-latest
14
tools:
15
python: "3.11"
16
- apt_packages:
17
- - graphviz
18
- jobs:
19
- pre_create_environment:
20
- - asdf plugin add uv
21
- - asdf install uv latest
22
- - asdf global uv latest
23
- create_environment:
24
- - uv venv "${READTHEDOCS_VIRTUALENV_PATH}"
25
- install:
26
- - UV_PROJECT_ENVIRONMENT="${READTHEDOCS_VIRTUALENV_PATH}" uv sync --frozen --group doc
+ commands:
+ - apt update
+ - apt install -y graphviz
+ - pip install uv
+ - uv run tox -e docs
27
28
formats:
29
- epub
0 commit comments