diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000000000000000000000000000000000000..0e29fa1e3954c07a84387465c313b2b3868cfe79 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,12 @@ +version: 2 + +python: + install: + - requeriments: ./requirements.txt +sphinx: + configuration: source/conf.py + fail_on_warning: true +formats: + - pdf + - epub + - html