From e854789ab8c1eb5b2c66b1caf9b9fe1b89bca15a Mon Sep 17 00:00:00 2001 From: Simon Cross Date: Sat, 11 Feb 2023 11:50:51 +0100 Subject: [PATCH] Fix typo in path to requirements file. --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index cfd48e0e2d..f5994aeae8 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -15,7 +15,7 @@ build: python: install: - - requirements: docs/requirements.txt + - requirements: doc/requirements.txt - method: pip path: .[full]