sanic/readthedocs.yml
2021-12-26 14:25:09 +02:00

10 lines
155 B
YAML

version: 2
python:
version: 3.8
install:
- method: pip
path: .
extra_requirements:
- docs
system_packages: true