From 2b9aa08e871f70d377d9e066689f869c0073392a Mon Sep 17 00:00:00 2001 From: ddelange <14880945+ddelange@users.noreply.github.com> Date: Fri, 20 Oct 2023 08:19:22 +0200 Subject: [PATCH] Fix install --- .readthedocs.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index db6b2a4..c38d0aa 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -26,5 +26,7 @@ formats: all # to build your documentation # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html python: - install: - - requirements: requirements/docs.txt + install: + - method: pip + path: . + - requirements: requirements/docs.txt