From 33c685f41d4906fb2b7497558ea28434bab53cf5 Mon Sep 17 00:00:00 2001 From: ZhaoYan-ai Date: Fri, 7 Feb 2025 20:44:44 +0800 Subject: [PATCH] readthedocs --- .readthedocs.yaml | 18 ++++++++++++++++++ docs/.readthedocs.yaml | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 .readthedocs.yaml create mode 100644 docs/.readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..4a64186 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,18 @@ +version: "2" + +build: + os: "ubuntu-22.04" + tools: + python: "3.8" + +python: + install: + - requirements: docs/source/requirements.txt + # Install our python package before building the docs + # - method: pip + # path: . + +sphinx: + configuration: docs/source/conf.py + # fail_on_warning: true + \ No newline at end of file diff --git a/docs/.readthedocs.yaml b/docs/.readthedocs.yaml new file mode 100644 index 0000000..4a64186 --- /dev/null +++ b/docs/.readthedocs.yaml @@ -0,0 +1,18 @@ +version: "2" + +build: + os: "ubuntu-22.04" + tools: + python: "3.8" + +python: + install: + - requirements: docs/source/requirements.txt + # Install our python package before building the docs + # - method: pip + # path: . + +sphinx: + configuration: docs/source/conf.py + # fail_on_warning: true + \ No newline at end of file