WeChatFerry/.readthedocs.yml

18 lines
205 B
YAML
Raw Permalink Normal View History

2023-05-04 16:58:25 +08:00
version: 2
formats:
- epub
- htmlzip
2023-05-04 23:24:47 +08:00
build:
os: ubuntu-22.04
tools:
python: "3.10"
2023-05-04 16:58:25 +08:00
sphinx:
configuration: docs/source/conf.py
python:
install:
- requirements: docs/requirements.txt