Skip to content

Commit

Permalink
[Docs] fix readthedocs configuration (#2979)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Louis authored Mar 12, 2024
1 parent 5961ae3 commit 108691a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .readthedocs.yml → docs/en/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@ version: 2

formats:
- epub

build:
os: ubuntu-22.04
tools:
python: "3.8"

sphinx:
configuration: docs/en/conf.py

python:
install:
- requirements: requirements/docs.txt
Expand Down
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

formats:
- epub

build:
os: ubuntu-22.04
tools:
python: "3.8"

sphinx:
configuration: docs/zh_cn/conf.py

python:
install:
- requirements: requirements/docs.txt
- requirements: requirements/readthedocs.txt

0 comments on commit 108691a

Please sign in to comment.