Skip to content

Commit

Permalink
add config
Browse files Browse the repository at this point in the history
  • Loading branch information
RunningLeon committed Mar 5, 2024
1 parent 4bec832 commit 91be863
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .readthedocs-zh_cn.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 2

formats: all

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

# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: docs/zh_cn/conf.py

python:
install:
- requirements: requirements/docs.txt
- requirements: requirements/readthedocs.txt
4 changes: 4 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ build:
tools:
python: "3.8"

# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: docs/en/conf.py

python:
install:
- requirements: requirements/docs.txt
Expand Down

0 comments on commit 91be863

Please sign in to comment.