Skip to content

Commit 19c00b2

Browse files
1 parent 6a96823 commit 19c00b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ build:
1616
jobs:
1717
post_create_environment:
1818
# Install poetry
19-
- pip install poetry
19+
- python -m pip install poetry
2020
# Tell poetry to not use a virtual environment
2121
- poetry config virtualenvs.create false
2222
post_install:
2323
# Install dependencies with 'docs' dependency group
24-
- poetry install --with docs
24+
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH python -m poetry install --with docs
2525
pre_build:
2626
# Generate hub documentation
2727
- python scripts/component_readme/generate_hub.py

0 commit comments

Comments
 (0)