--- a +++ b/.readthedocs.yml @@ -0,0 +1,13 @@ +version: 2 + +python: + version: 3.7 + install: + - method: pip + path: . + extra_requirements: + - docs + +sphinx: + builder: html + fail_on_warning: false \ No newline at end of file