Skip to content

Commit c901664

Browse files
authored
Merge pull request #90 from bckohan/v2.x.x
try fix rtd build
2 parents 3b73315 + 061adae commit c901664

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/.readthedocs.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ build:
1111
tools:
1212
python: "3.12"
1313
jobs:
14-
post_create_environment:
15-
- pipx install uv
1614
post_install:
17-
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH uv sync --group docs
15+
- pip install uv
16+
- UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv sync --all-extras --group docs --link-mode=copy
1817

1918
# Build documentation in the docs/ directory with Sphinx
2019
sphinx:

0 commit comments

Comments
 (0)