diff --git a/.readthedocs.yml b/docs/en/.readthedocs.yaml similarity index 81% rename from .readthedocs.yml rename to docs/en/.readthedocs.yaml index e68a9a4f7d..45636a29a7 100644 --- a/.readthedocs.yml +++ b/docs/en/.readthedocs.yaml @@ -2,10 +2,15 @@ version: 2 formats: - epub + build: os: ubuntu-22.04 tools: python: "3.8" + +sphinx: + configuration: docs/en/conf.py + python: install: - requirements: requirements/docs.txt diff --git a/docs/zh_cn/.readthedocs.yaml b/docs/zh_cn/.readthedocs.yaml new file mode 100644 index 0000000000..7071bcff43 --- /dev/null +++ b/docs/zh_cn/.readthedocs.yaml @@ -0,0 +1,17 @@ +version: 2 + +formats: + - epub + +build: + os: ubuntu-22.04 + tools: + python: "3.8" + +sphinx: + configuration: docs/zh_cn/conf.py + +python: + install: + - requirements: requirements/docs.txt + - requirements: requirements/readthedocs.txt