From c5b685565f59f7fce06974fd3a543631011cc949 Mon Sep 17 00:00:00 2001 From: Shwetha K Acharya Date: Tue, 14 Nov 2023 14:04:07 +0530 Subject: [PATCH] .readthedocs.yml: Update requirements keyword Signed-off-by: Shwetha K Acharya --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 4e815532..8ed20690 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,4 +5,4 @@ build: tools: python: "3.11" -requirements_file: requirements.txt +requirements: requirements.txt