From 505077179f60e361bf5beb3586b5cd1a6f091427 Mon Sep 17 00:00:00 2001 From: davebshow <davebshow@gmail.com> Date: Wed, 27 Jul 2016 12:55:12 -0400 Subject: [PATCH] removed python from rtd config --- readthedocs.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/readthedocs.yml b/readthedocs.yml index 3d01748..5d3b36c 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -1,5 +1,2 @@ conda: file: environment.yml - -python: - version: 3.5 -- GitLab