From eba6e8dd01b45932426a0d7b5bf726d711ec3597 Mon Sep 17 00:00:00 2001 From: rob Date: Tue, 28 Aug 2018 15:19:50 -0600 Subject: [PATCH] use setup.py to install docs --- readthedocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/readthedocs.yml b/readthedocs.yml index ad49024..63d0bde 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -2,5 +2,6 @@ build: image: latest python: version: 3.6 + setup_py_install: true extra_requirements: - docs