From 0dd4512be49662694b7efd6905b7ff548d3e770e Mon Sep 17 00:00:00 2001 From: Morty Space Date: Mon, 17 Oct 2022 21:24:21 +0200 Subject: [PATCH] chore: poetry readthedocs --- .readthedocs.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 252fcd4..ae0a45d 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -2,14 +2,14 @@ version: 2 # Set the version of Python and other tools you might need build: - os: ubuntu-20.04 + os: "ubuntu-22.04" tools: python: "3.10" - -python: - install: - - method: pip - path: . + jobs: + post_create_environment: + - curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python - + - $HOME/.poetry/bin/poetry config virtualenvs.create false + - $HOME/.poetry/bin/poetry install # Build documentation in the docs/ directory with Sphinx sphinx: