Skip to content

Commit b35e807

Browse files
committed
Tweak some more
1 parent 3a2efe3 commit b35e807

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.readthedocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ build:
1616
- uv tool install rust-just
1717
# Need the tags to calculate the version
1818
install:
19-
- UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv sync --group docs --link-mode=copy
19+
- UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv sync --group docs --all-extras --link-mode=copy
2020
post_install:
2121
- git fetch --tags
2222
build:
2323
html:
24-
- /home/docs/.local/bin/just docs $READTHEDOCS_OUTPUT
24+
- UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH /home/docs/.local/bin/just docs $READTHEDOCS_OUTPUT

0 commit comments

Comments
 (0)