diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 385efac..87f7c4f 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,10 +6,10 @@ build: tools: python: "3.10" jobs: - pre_create_environment: - - curl -sSL https://install.python-poetry.org | python3 - - - $HOME/.local/bin/poetry config virtualenvs.create false - - $HOME/.local/bin/poetry install + post_install: + - pip install poetry==1.2.2 + - poetry config virtualenvs.create false + - poetry install --with doc # Build documentation in the docs/ directory with Sphinx sphinx: