From 8ce69bc0283196bb95f0bf009d3fe7ecafd6f503 Mon Sep 17 00:00:00 2001 From: KristinaGomoryova Date: Wed, 3 Jul 2024 17:49:53 +0200 Subject: [PATCH] add readthedocs config file --- .readthedocs.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 544d704..3441b14 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,4 +1,21 @@ version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.12" + jobs: + post_create_environment: + - python -m pip install poetry + post_install: + - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with dev + +sphinx: + configuration: docs/conf.py + +formats: + - pdf + python: install: - method: pip