diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 00000000..e226448f --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,10 @@ +version: 2 +formats: + - pdf + - epub +python: + version: 3.7 + install: + - requirements: doc/requirements.txt + - method: setuptools + path: . diff --git a/readthedocs.yml b/readthedocs.yml deleted file mode 100644 index ecf365d0..00000000 --- a/readthedocs.yml +++ /dev/null @@ -1,7 +0,0 @@ -formats: - - pdf - - epub -requirements_file: doc/requirements.txt -python: - version: 2 - setup_py_install: true \ No newline at end of file