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 c48fbe1 commit eb7e1f6Copy full SHA for eb7e1f6
.readthedocs.yml
@@ -7,16 +7,21 @@ build:
7
rust: 'latest'
8
# You can also specify other tool versions:
9
jobs:
10
- post_install:
11
- # Install with docs extras
12
- - python -m pip install uv
13
- - UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv sync
+ pre_create_environment:
+ - asdf plugin add uv
+ - asdf install uv latest
+ - asdf global uv latest
14
+ create_environment:
15
+ - cd docs
16
+ - uv venv
17
18
build:
19
html:
20
21
- zensical build
22
23
post_build:
24
25
- mkdir -p $READTHEDOCS_OUTPUT/html/
26
- cp --recursive site/* $READTHEDOCS_OUTPUT/html/
27
0 commit comments