From 375c636658f4180d7e53af6fcfa7206eeecf954d Mon Sep 17 00:00:00 2001 From: troymc Date: Fri, 15 Jul 2016 10:47:44 +0200 Subject: [PATCH] readthedocs.yml uses defaults for setup_py_install & pip_install --- docs/readthedocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/readthedocs.yml b/docs/readthedocs.yml index 3741193b..aebe2a3f 100644 --- a/docs/readthedocs.yml +++ b/docs/readthedocs.yml @@ -10,5 +10,5 @@ requirements_file: docs/requirements.txt python: version: 3 - setup_py_install: false - pip_install: true + +# Use the defaults of setup_py_install and pip_install