diff --git a/.readthedocs-zh_cn.yaml b/.readthedocs-zh_cn.yaml new file mode 100644 index 000000000..d92cecbfd --- /dev/null +++ b/.readthedocs-zh_cn.yaml @@ -0,0 +1,17 @@ +version: 2 + +formats: all + +build: + os: "ubuntu-22.04" + tools: + python: "3.8" + +# Build documentation in the "docs/" directory with Sphinx +sphinx: + configuration: docs/zh_cn/conf.py + +python: + install: + - requirements: requirements/docs.txt + - requirements: requirements/readthedocs.txt diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 05ec15cca..4e071104d 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,6 +7,10 @@ build: tools: python: "3.8" +# Build documentation in the "docs/" directory with Sphinx +sphinx: + configuration: docs/en/conf.py + python: install: - requirements: requirements/docs.txt