From fb943a416a60b987c906b1e5af5f9fda2916f77b Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy Date: Mon, 18 Mar 2019 00:17:05 -0400 Subject: [PATCH] Update readthedocs.yml --- readthedocs.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/readthedocs.yml b/readthedocs.yml index 8da9859e..6792b3ba 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -1,9 +1,9 @@ + version: 2 python: - version: 3.6 - install: - - method: pip - path: . - - method: setuptools - system_packages: true + version: 3.6 + install: + - method: pip + path: . + \ No newline at end of file