We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2558a72 commit 972c5cbCopy full SHA for 972c5cb
.readthedocs.yml renamed to docs/en/.readthedocs.yml
@@ -3,11 +3,14 @@ version: 2
3
build:
4
os: ubuntu-22.04
5
tools:
6
- python: "3.7"
+ 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
docs/zh_cn/.readthedocs.yml
@@ -0,0 +1,17 @@
1
+version: 2
2
+build:
+ os: ubuntu-22.04
+ tools:
+formats:
+ - epub
+python:
+ install:
+ - requirements: requirements/docs.txt
17
+ - requirements: requirements/readthedocs.txt
0 commit comments