From 2fad738cc42f1de65ddb5315ed4be5b970b938d1 Mon Sep 17 00:00:00 2001 From: Tom Morrell Date: Tue, 6 Aug 2024 15:06:09 -0700 Subject: [PATCH] readthedocs: Add python install --- .readthedocs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 953ab3b..4a49353 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,3 +12,7 @@ build: sphinx: configuration: docs/conf.py + +python: + install: + - requirements: docs/requirements.txt