From 43f388504fa19b1476a659782565e2ee8d366dd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edi=20Modri=C4=87?= Date: Fri, 3 Nov 2023 19:19:25 +0100 Subject: [PATCH] Update .readthedocs.yaml --- .readthedocs.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 344bbda..aacf7c1 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,6 +1,10 @@ version: 2 build: - os: "ubuntu-22.04" - tools: - python: "3" + os: "ubuntu-22.04" + tools: + python: "3" + +python: + install: + - requirements: requirements.txt