From f33b49e34f4236506bddd5a055cb35b0b6ed3138 Mon Sep 17 00:00:00 2001 From: Morty Space Date: Mon, 17 Oct 2022 23:01:39 +0200 Subject: [PATCH] chore: updated build workflow --- .readthedocs.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 6280c13..cee12a8 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,13 +5,11 @@ build: os: "ubuntu-22.04" tools: python: "3.10" - jobs: - post_create_environment: - - curl -sSL https://install.python-poetry.org | python3 - - - export PATH="$HOME/.local/bin/:$PATH" - - poetry config virtualenvs.create false - - poetry install commands: + - curl -sSL https://install.python-poetry.org | python3 - + - export PATH="$HOME/.local/bin/:$PATH" + - poetry config virtualenvs.create false + - poetry install - cd docs && make html # Build documentation in the docs/ directory with Sphinx