From 1cf64b2aab132e57898f8b66367ef227920abbb6 Mon Sep 17 00:00:00 2001 From: ChenXin Date: Wed, 22 May 2019 20:56:52 +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 --- .readthedocs.yml | 11 ----------- docs/readthedocs.yml | 15 +++++++++++++++ readthedocs.yml | 15 +++++++++++++++ 3 files changed, 30 insertions(+), 11 deletions(-) delete mode 100644 .readthedocs.yml create mode 100644 docs/readthedocs.yml create mode 100644 readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml deleted file mode 100644 index d9dd3f92..00000000 --- a/.readthedocs.yml +++ /dev/null @@ -1,11 +0,0 @@ -version: 2 - -sphinx: - configuration: docs/conf.py - -build: - image: latest - -python: - version: 3.6 - setup_py_install: true \ No newline at end of file diff --git a/docs/readthedocs.yml b/docs/readthedocs.yml new file mode 100644 index 00000000..6b191eb8 --- /dev/null +++ b/docs/readthedocs.yml @@ -0,0 +1,15 @@ +version: 2 + +sphinx: + configuration: source/conf.py + +build: + image: latest + +python: + version: 3.6 + setup_py_install: true + + +formats: + - htmlzip \ No newline at end of file diff --git a/readthedocs.yml b/readthedocs.yml new file mode 100644 index 00000000..e9189222 --- /dev/null +++ b/readthedocs.yml @@ -0,0 +1,15 @@ +version: 2 + +sphinx: + configuration: docs/source/conf.py + +build: + image: latest + +python: + version: 3.6 + setup_py_install: true + + +formats: + - htmlzip \ No newline at end of file