From a117099141d1b5c886de4f1a4aae650cb6b4d815 Mon Sep 17 00:00:00 2001 From: Alejandro Mendez Date: Wed, 15 May 2024 12:30:42 +0200 Subject: [PATCH] Fix readthedocs --- .readthedocs.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index c1948b4..1a70a65 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,4 +6,10 @@ build: python: "3.12" sphinx: - configuration: docs/source/conf.py \ No newline at end of file + configuration: docs/source/conf.py + +python: + install: + - requirements: docs/requirements.txt + - method: pip + path: . \ No newline at end of file