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