From 2bf675fcebb5299197aa29c0c842459c891e9e59 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Fri, 27 Oct 2023 19:01:36 +0300 Subject: [PATCH] pip install . during RTD build (#578) --- .readthedocs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 0e0952c..9deec0e 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -23,3 +23,5 @@ formats: all python: install: - requirements: docs/requirements.txt + - method: pip + path: .