From 5a094b54b0cb1c7ce844a141ce9c033441307f12 Mon Sep 17 00:00:00 2001 From: ARYAN-NIKNEZHAD Date: Thu, 22 Aug 2024 07:35:43 +0430 Subject: [PATCH] :books: doc: Update-readthedocs-config - Fix requirements to -dev.txt Closes(#12) --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 98486dd..9db8c9d 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -29,4 +29,4 @@ sphinx: # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html python: install: - - requirements: requirements.txt + - requirements: packages/requirements-dev.txt