.readthedocs.yml 193 Bytes
Newer Older
chenzk's avatar
v1.0  
chenzk committed
1
2
3
4
5
6
7
8
9
10
11
12
version: 2

formats:
  - epub
build:
  os: ubuntu-22.04
  tools:
    python: "3.8"
python:
  install:
    - requirements: requirements/docs.txt
    - requirements: requirements/readthedocs.txt