From cafe3dc6f080d48287a4cc54e02e446f7167f19b Mon Sep 17 00:00:00 2001 From: Morty Space Date: Mon, 17 Oct 2022 23:00:17 +0200 Subject: [PATCH] chore: again poetry deps build with docs --- .readthedocs.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 338d128..6280c13 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,8 +8,11 @@ build: jobs: post_create_environment: - curl -sSL https://install.python-poetry.org | python3 - - - $HOME/.local/bin/poetry config virtualenvs.create false - - $HOME/.local/bin/poetry install + - export PATH="$HOME/.local/bin/:$PATH" + - poetry config virtualenvs.create false + - poetry install + commands: + - cd docs && make html # Build documentation in the docs/ directory with Sphinx sphinx: