Files
aqtinstall/.readthedocs.yml
2021-09-04 02:00:00 +09:00

20 lines
265 B
YAML

version: 2
sphinx:
configuration: docs/conf.py
formats:
- epub
- pdf
python:
version: 3.7
install:
- method: setuptools
path: .
- method: pip
path: .
extra_requirements:
- docs
system_packages: false