From c08d61a2ef7b2748993934d4c8953c0f4e1d37f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Paulev=C3=A9?= Date: Thu, 30 May 2024 13:27:42 +0200 Subject: [PATCH] add conf for readthedocs --- .readthedocs.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index e94dda2..cf15e2d 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,6 +7,8 @@ build: sphinx: configuration: docs/conf.py - python: - install: - - requirements: docs/requirements.txt + +python: + install: + - method: pip + path: .