From 30a0b621a644c7cfc58076a93f44201924b6f60b Mon Sep 17 00:00:00 2001 From: Joachim Jablon Date: Wed, 26 Jul 2023 00:44:42 +0200 Subject: [PATCH] RTD --- .readthedocs.yaml => .readthedocs.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) rename .readthedocs.yaml => .readthedocs.yml (56%) diff --git a/.readthedocs.yaml b/.readthedocs.yml similarity index 56% rename from .readthedocs.yaml rename to .readthedocs.yml index 421f1bb..ece51a8 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yml @@ -8,8 +8,12 @@ version: 2 sphinx: fail_on_warning: true -python: +build: + os: ubuntu-20.04 tools: python: "3.10" - install: - - requirements: docs/requirements.txt + jobs: + post_install: + - pip install -U poetry + - poetry config virtualenvs.create false + - poetry install --with docs