From 17a72a9913c00afe206c00bcdf7544e7da2e2275 Mon Sep 17 00:00:00 2001 From: Antonio Piccolboni Date: Thu, 19 Sep 2019 00:08:01 -0700 Subject: [PATCH] use pip for install with poetry --- readthedocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/readthedocs.yml b/readthedocs.yml index 334b907..b7d3ae5 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -5,3 +5,4 @@ build: python: version: 3.6 setup_py_install: false + pip_install: true