Skip to content

Commit

Permalink
[Fix] Chinese version of ReadTheDoc (#947)
Browse files Browse the repository at this point in the history
* [Fix] Chinese version of ReadTheDoc

* rename

---------

Co-authored-by: Leymore <zfz-960727@163.com>
  • Loading branch information
tonysy and Leymore committed Mar 8, 2024
1 parent 3829be8 commit 7c1a819
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .readthedocs.yml → docs/en/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ build:
formats:
- epub

sphinx:
configuration: docs/en/conf.py

python:
install:
- requirements: requirements/docs.txt
17 changes: 17 additions & 0 deletions docs/zh_cn/.readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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

0 comments on commit 7c1a819

Please sign in to comment.