From 44b9e06608fccea4753d4a5ab074abc11295fc43 Mon Sep 17 00:00:00 2001 From: Min RK Date: Tue, 3 Sep 2024 11:17:45 +0200 Subject: [PATCH] [DOC] update location of requirements for readthedocs --- .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