From 53847310586b74fdb2763fe333ab99babee367ed Mon Sep 17 00:00:00 2001 From: Min RK Date: Sat, 5 Oct 2024 17:29:31 +0200 Subject: [PATCH] [DOC] update location of requirements for readthedocs (#805) --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 581a1cec..a73376d3 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -22,4 +22,4 @@ formats: # Optionally set the version of Python and requirements required to build your docs python: install: - - requirements: docs/requirements.txt + - requirements: requirements/docs.txt