diff --git a/.readthedocs.yaml b/.readthedocs.yaml index fd6a120..62fc38c 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,10 +5,9 @@ build: tools: python: "3.10" jobs: - pre_create_environment: - - which python - - poetry config virtualenvs.create false post_install: - - poetry install -E docs + - python -m pip install poetry + - python -m poetry config virtualenvs.create false + - python -m poetry install -E docs - pip list - poetry show