diff --git a/readthedocs.yml b/readthedocs.yml new file mode 100644 index 00000000..3741193b --- /dev/null +++ b/readthedocs.yml @@ -0,0 +1,14 @@ +# See http://read-the-docs.readthedocs.io/en/latest/yaml-config.html + +# Build HTML zip, PDF & ePub +formats: + - htmlzip + - epub + - pdf + +requirements_file: docs/requirements.txt + +python: + version: 3 + setup_py_install: false + pip_install: true