From a5420be30de83aa101cf363fcc6ed9812118dd4f Mon Sep 17 00:00:00 2001 From: David Fischer Date: Sat, 28 Jul 2018 13:17:49 -0700 Subject: [PATCH] Add a ReadTheDocs yaml config file --- readthedocs.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 readthedocs.yml diff --git a/readthedocs.yml b/readthedocs.yml new file mode 100644 index 00000000..ae64ca7f --- /dev/null +++ b/readthedocs.yml @@ -0,0 +1,7 @@ +build: + image: latest + +python: + setup_py_install: true + +requirements_file: requirements/project.txt