From d50d66d45439793082058d7b7f68dfab518716aa Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Thu, 7 Dec 2017 15:45:27 -0800 Subject: [PATCH] Make sure RTD uses python3 --- readthedocs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readthedocs.yml b/readthedocs.yml index 768f076..f4243ad 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -1 +1,3 @@ +python: + version: 3 requirements_file: requirements.txt