Skip to content

Commit c62d670

Browse files
committed
Fix typo in ReadTheDocs config
1 parent 212e5ef commit c62d670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build:
88
post_create_environment:
99
- pip install uv
1010
post_install:
11-
- UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv sync --all-extras --group docs --link-mode copys
11+
- UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv sync --all-extras --group docs --link-mode copy
1212

1313
sphinx:
1414
configuration: docs/conf.py

0 commit comments

Comments
 (0)