Skip to content

Commit

Permalink
[Docs] Fix readthedocs (#3584)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiexinch committed Mar 7, 2024
1 parent 2558a72 commit 972c5cb
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .readthedocs.yml → docs/en/.readthedocs.yml
Expand Up @@ -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
Expand Down
17 changes: 17 additions & 0 deletions 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

0 comments on commit 972c5cb

Please sign in to comment.