Skip to content

Commit c5b2de3

Browse files
committed
fix doc build
1 parent 22ff5a2 commit c5b2de3

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-
- pip install poetry
1614
post_install:
17-
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH python -m poetry install --with 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)