From ff8dce42aaa0a72432f067974599412d6a454b8c Mon Sep 17 00:00:00 2001 From: "C.A.P. Linssen" Date: Fri, 22 Nov 2024 01:00:25 +0100 Subject: [PATCH] add readthedocs yaml configuration file --- .readthedocs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index bfa5340f..23cc3549 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -7,3 +7,7 @@ build: sphinx: configuration: doc/conf.py + +python: + install: + - requirements: doc/requirements.txt