From edf64733b15fcc656d26e83cb2509b62ac2f0847 Mon Sep 17 00:00:00 2001 From: Sercan Sahin Date: Sun, 29 Dec 2024 21:51:29 +0100 Subject: [PATCH] install dependencies from pyproject.toml --- 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