diff --git a/.readthedocs.yml b/docs/en/.readthedocs.yml similarity index 74% rename from .readthedocs.yml rename to docs/en/.readthedocs.yml index 65a65ba1ba..9df9fdb8a3 100644 --- a/.readthedocs.yml +++ b/docs/en/.readthedocs.yml @@ -3,11 +3,14 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.7" + python: "3.8" formats: - epub +sphinx: + configuration: docs/en/conf.py + python: install: - requirements: requirements/docs.txt diff --git a/docs/zh_cn/.readthedocs.yml b/docs/zh_cn/.readthedocs.yml new file mode 100644 index 0000000000..9df9fdb8a3 --- /dev/null +++ b/docs/zh_cn/.readthedocs.yml @@ -0,0 +1,17 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.8" + +formats: + - epub + +sphinx: + configuration: docs/en/conf.py + +python: + install: + - requirements: requirements/docs.txt + - requirements: requirements/readthedocs.txt