Skip to content

Commit 32e9be1

Browse files
author
Daniel Herrmann
committed
fix:
Update RTD config based on this command to (hopefully) fix documentation generation: readthedocs/readthedocs.org#4912 (comment)
1 parent a3ba25e commit 32e9be1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.readthedocs.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ build:
1111
tools:
1212
python: "3.11"
1313
jobs:
14+
post_create_environment:
15+
- python -m pip install poetry
1416
post_install:
15-
- pip install poetry==1.8.3
16-
- poetry config virtualenvs.create false
17-
- poetry install --with dev
17+
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with dev
1818

1919
# Build documentation in the docs/ directory with Sphinx
2020
mkdocs:

0 commit comments

Comments
 (0)