diff --git a/readthedocs.yml b/readthedocs.yml new file mode 100644 index 00000000000..6a06f655513 --- /dev/null +++ b/readthedocs.yml @@ -0,0 +1,8 @@ +# .readthedocs.yml + +build: + image: latest + +python: + version: 3.6 + setup_py_install: true \ No newline at end of file