From af9a793274cb2bb08a7d0df49212e078e0b5f963 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Thu, 7 Nov 2024 09:34:23 -0500 Subject: [PATCH] Fix RTD --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 07909054..1e096e6a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,7 +7,7 @@ build: python: install: - requirements: docs/requirements.txt + - requirements: docs/requirements.txt sphinx: configuration: docs/conf.py