From ba300bb1a247a2472dab6c9a83f4ff684b3194f7 Mon Sep 17 00:00:00 2001 From: Morty Space Date: Mon, 17 Oct 2022 23:53:46 +0200 Subject: [PATCH] chore: trying again --- .readthedocs.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: