Skip to content

Commit 972c5cb

Browse files
authored
[Docs] Fix readthedocs (open-mmlab#3584)
ref: InternLM/lmdeploy#1245
1 parent 2558a72 commit 972c5cb

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

.readthedocs.yml renamed to docs/en/.readthedocs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@ version: 2
33
build:
44
os: ubuntu-22.04
55
tools:
6-
python: "3.7"
6+
python: "3.8"
77

88
formats:
99
- epub
1010

11+
sphinx:
12+
configuration: docs/en/conf.py
13+
1114
python:
1215
install:
1316
- requirements: requirements/docs.txt

docs/zh_cn/.readthedocs.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 2
2+
3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3.8"
7+
8+
formats:
9+
- epub
10+
11+
sphinx:
12+
configuration: docs/en/conf.py
13+
14+
python:
15+
install:
16+
- requirements: requirements/docs.txt
17+
- requirements: requirements/readthedocs.txt

0 commit comments

Comments
 (0)