.readthedocs.yaml 208 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
version: 2

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

formats:
  - epub

python:
  install:
xu rui's avatar
xu rui committed
13
    - requirements: next_docs/zh_cn/requirements.txt
14
15

sphinx:
xu rui's avatar
xu rui committed
16
  configuration: next_docs/zh_cn/conf.py