diff --git a/readthedocs.yml b/readthedocs.yml new file mode 100644 index 0000000..22a9747 --- /dev/null +++ b/readthedocs.yml @@ -0,0 +1,11 @@ +build: + image: latest + +python: + version: 3.6 + pip_install: true + +# Don't build any extra formats +formats: [] + +requirements_file: requirements-doc.txt diff --git a/setup.cfg b/setup.cfg index e6b88b1..fa6e018 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,3 +5,4 @@ universal = 1 ignore = .coveragerc tests + readthedocs.yml