From ea22d3ae6b055652b450fa3a3931e9432d0af95c Mon Sep 17 00:00:00 2001 From: Stephen Curran Date: Sat, 14 Oct 2023 15:56:26 -0700 Subject: [PATCH] Update .readthedocs.yaml Signed-off-by: Stephen Curran Signed-off-by: Stephen Curran Signed-off-by: Stephen Curran --- .readthedocs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index c68ede4684..18007f4468 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,3 +8,7 @@ build: sphinx: builder: dirhtml configuration: docs/conf.py + + python: + install: + - requirements: docs/requirements.txt