From ca7db1783a9b85287e53bb03967b7f283ec08e95 Mon Sep 17 00:00:00 2001 From: MMDRZA Date: Thu, 12 Dec 2024 07:39:30 +0300 Subject: [PATCH] Update .readthedocs.yml --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index b722bcb..aef2b73 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -14,4 +14,4 @@ mkdocs: # Optionally declare the Python requirements required to build your docs python: install: - - requirements: /requirements.txt + - requirements: _docs/requirements.txt