From a31dd555f83765e32f0d75221d86185c4efe633f Mon Sep 17 00:00:00 2001 From: Sercan Sahin Date: Sun, 29 Dec 2024 21:51:29 +0100 Subject: [PATCH] =?UTF-8?q?=C3=82install=20dependencies=20from=20pyproject?= =?UTF-8?q?.toml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sdk/.readthedocs.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sdk/.readthedocs.yaml b/sdk/.readthedocs.yaml index 92880ab17..e64e5daaf 100644 --- a/sdk/.readthedocs.yaml +++ b/sdk/.readthedocs.yaml @@ -12,6 +12,7 @@ sphinx: configuration: docs/source/conf.py python: - install: - - requirements: requirements.txt - - requirements: docs/add-requirements.txt + install: + - method: pip + path: . + - requirements: docs/add-requirements.txt