From e7eb2283811e869ae4ed8b783c41716df1a3140f Mon Sep 17 00:00:00 2001 From: Henrik Blidh Date: Mon, 28 Aug 2023 14:27:29 +0200 Subject: [PATCH] Additional RTD fix --- .readthedocs.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index fd0b1f5..000231e 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -14,4 +14,6 @@ sphinx: python: install: - - requirements: requirements-dev.txt \ No newline at end of file + - requirements: requirements-dev.txt + - method: pip + path: . \ No newline at end of file