diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 000000000..0176c2640 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,12 @@ +version: 2 + +python: + version: 3.7 + install: + - requirements: doc/en/requirements.txt + - method: pip + path: . + +formats: + - epub + - pdf