From ab00b7dbf1399b4cc947f0f7c5acfea35a6e382b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89loi=20Rivard?= Date: Fri, 5 May 2023 10:26:07 +0200 Subject: [PATCH] Attempt to fix RTD build, again --- .readthedocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 58d9ec2d..1c3825c2 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -15,4 +15,5 @@ build: - pip install poetry - poetry export --with doc --output requirements.txt post_install: + - pip install . - pip install --requirement requirements.txt