Skip to content

Commit

Permalink
Fix config of readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouzaida committed Mar 6, 2024
1 parent 2fe0ece commit 3c415e6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .readthedocs.yml → docs/en/.readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ version: 2
formats:
- epub

sphinx:
configuration: docs/en/conf.py

# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
Expand Down
19 changes: 19 additions & 0 deletions docs/zh_cn/.readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: 2

formats:
- epub

sphinx:
configuration: docs/zh_cn/conf.py

# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.10"

python:
install:
- requirements: requirements/runtime.txt
- requirements: requirements/docs.txt
- requirements: requirements/docs_extra.txt

0 comments on commit 3c415e6

Please sign in to comment.