From fee667f3ebbbeaef852cc1fc4ad5296b9f55ac67 Mon Sep 17 00:00:00 2001 From: William Lachance Date: Thu, 1 Nov 2018 10:27:44 -0400 Subject: [PATCH] Use python3 for readthedocs --- readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readthedocs.yml b/readthedocs.yml index 0836972..9be9b01 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -1,3 +1,3 @@ python: - version: 2.7 + version: 3 setup_py_install: true