diff --git a/docs/readthedocs.yml b/docs/readthedocs.yml index 6b191eb8..6efe756a 100644 --- a/docs/readthedocs.yml +++ b/docs/readthedocs.yml @@ -8,7 +8,9 @@ build: python: version: 3.6 - setup_py_install: true + install: + - method: setuptools + path: .. formats: diff --git a/readthedocs.yml b/readthedocs.yml index e9189222..e6d5bafd 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -8,8 +8,9 @@ build: python: version: 3.6 - setup_py_install: true - + install: + - method: setuptools + path: . formats: - htmlzip \ No newline at end of file