diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000..31086da --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,8 @@ +build: + image: latest + +python: + version: 3 + pip_install: true + +requirements_file: requires/docs.txt