diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000..4057211 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,6 @@ +build: + image: latest + +python: + version: 3.6 + setup_py_install: true