diff --git a/readthedocs.yml b/readthedocs.yml index 88f9994..b5c04d6 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -1,4 +1,15 @@ +version: 2 + python: version: 3.7 + install: + - requirements: requirements.txt + - method: pip3 + path: . + extra_requirements: + - -e ./ -requirements_file: requirements.txt +sphinx: + builder: html + configuration: docs/conf.py + fail_on_warning: true