From f1accd55b6896d4c2f4b61d424b5b574b87af278 Mon Sep 17 00:00:00 2001 From: ChenXin Date: Wed, 22 May 2019 21:02:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=8D=E5=B0=9D=E8=AF=95=E4=B8=80=E6=AC=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/readthedocs.yml | 4 +++- readthedocs.yml | 5 +++-- 2 files changed, 6 insertions(+), 3 deletions(-) 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