From 2d38f8fde1560ecbf75dbac24eafab207c1fbca3 Mon Sep 17 00:00:00 2001 From: Ivan Chernyshov Date: Wed, 28 Jun 2023 23:28:21 +0300 Subject: [PATCH] Fixes .readthedocs.yaml Adds path to python.install[0] --- .readthedocs.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 9036c46..73857bf 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -14,8 +14,9 @@ build: python: install: - - method: pip - requirements: docs/requirements.txt + - method: pip + path: . sphinx: configuration: docs/conf.py