From 31583d29b81affc25b219456de391d6471da169c Mon Sep 17 00:00:00 2001 From: Jason Robinson Date: Tue, 23 Jan 2024 22:35:55 +0200 Subject: [PATCH] Try to fix docs by specifying a requirements file --- .readthedocs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index b9cbefd..2a9783b 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -16,3 +16,7 @@ sphinx: configuration: docs/conf.py formats: all + +python: + install: + - requirements: dev-requirements.txt