diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000..ec7a00d --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,18 @@ +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details +version: 2 + +formats: + - pdf + - htmlzip + +python: + version: 3.6 + install: + - path: . + extra_requirements: + - docs + +# Build documentation in the docs/ directory with Sphinx +sphinx: + configuration: docs/conf.py + fail_on_warning: true