From 3c2f60f0893094224c767f2e7aaaf6c60b011eee Mon Sep 17 00:00:00 2001 From: George Gayno Date: Tue, 17 Oct 2023 18:32:51 +0000 Subject: [PATCH] Fixes #860. --- .readthedocs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index c425804db..d60c18162 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -13,3 +13,7 @@ build: sphinx: configuration: docs/source/conf.py + +python: + install: + - requirements: docs/requirements.txt