From 8ea57a5f846a632830af9e6b2313e563d2253d10 Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Tue, 20 Nov 2018 22:38:07 +0000 Subject: [PATCH] Readthedocs config --- readthedocs.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 readthedocs.yaml diff --git a/readthedocs.yaml b/readthedocs.yaml new file mode 100644 index 00000000..e167dc92 --- /dev/null +++ b/readthedocs.yaml @@ -0,0 +1,9 @@ +build: + image: latest + +requirements_file: requirements.txt + +python: + version: 3.5 + setup_py_install: true + \ No newline at end of file