From 2c8ccae90796d01ac9a0e47c43eb4f7a598c8174 Mon Sep 17 00:00:00 2001 From: juhasch Date: Thu, 15 Sep 2016 16:17:37 +0200 Subject: [PATCH] Only specify Python version 3 --- readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readthedocs.yml b/readthedocs.yml index 4f1e597..3f16e4d 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -1,5 +1,5 @@ python: - version: 3.5 + version: 3 setup_py_install: true formats: - none