From e57c39649455d420403d90737af4d2fc5a3f59d3 Mon Sep 17 00:00:00 2001 From: Alexander Sutcliffe Date: Mon, 7 Nov 2022 12:16:18 +0100 Subject: [PATCH] fix: docs requirements path --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3fcbd5c..5c1c75b 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -26,4 +26,4 @@ sphinx: # Optionally declare the Python requirements required to build your docs python: install: - - requirements: docs/requirements.txt + - requirements: docs/source/requirements.txt