From 46e1beab82059a2db221a89568a602677f112799 Mon Sep 17 00:00:00 2001 From: rob Date: Tue, 28 Aug 2018 15:37:38 -0600 Subject: [PATCH] needs to have pip install specified --- readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readthedocs.yml b/readthedocs.yml index 63d0bde..932ee8b 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -2,6 +2,6 @@ build: image: latest python: version: 3.6 - setup_py_install: true + pip_install: true extra_requirements: - docs