Unverified Commit 7c1a819b authored by Songyang Zhang's avatar Songyang Zhang Committed by GitHub
Browse files

[Fix] Chinese version of ReadTheDoc (#947)



* [Fix] Chinese version of ReadTheDoc

* rename

---------
Co-authored-by: default avatarLeymore <zfz-960727@163.com>
parent 3829be87
...@@ -9,6 +9,9 @@ build: ...@@ -9,6 +9,9 @@ build:
formats: formats:
- epub - epub
sphinx:
configuration: docs/en/conf.py
python: python:
install: install:
- requirements: requirements/docs.txt - requirements: requirements/docs.txt
version: 2
# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.8"
formats:
- epub
sphinx:
configuration: docs/zh_cn/conf.py
python:
install:
- requirements: requirements/docs.txt
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment