lisa/readthedocs.yaml

23 строки
293 B
YAML

# .readthedocs.yml
version: 2
sphinx:
configuration: docs/conf.py
build:
os: ubuntu-22.04
tools:
python: "3.11"
apt_packages:
- libgirepository1.0-dev
python:
install:
- method: pip
path: .
extra_requirements:
- docs
- aws
- azure