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 3a2efe3 commit b35e807Copy full SHA for b35e807
1 file changed
.readthedocs.yml
@@ -16,9 +16,9 @@ build:
16
- uv tool install rust-just
17
# Need the tags to calculate the version
18
install:
19
- - UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv sync --group docs --link-mode=copy
+ - UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv sync --group docs --all-extras --link-mode=copy
20
post_install:
21
- git fetch --tags
22
build:
23
html:
24
- - /home/docs/.local/bin/just docs $READTHEDOCS_OUTPUT
+ - UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH /home/docs/.local/bin/just docs $READTHEDOCS_OUTPUT
0 commit comments