From d32251ad2f386d7a447ca9e77e1b8e27604ca876 Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Wed, 31 Oct 2018 11:28:23 +0100 Subject: [PATCH] Adds read the docs yml --- .readthedocs.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000..c8aaf1d --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,6 @@ +build: + image: latest + +python: + version: 3.7 + setup_py_install: true \ No newline at end of file