ahriman/.readthedocs.yaml

23 lines
279 B
YAML

version: 2
formats: all
build:
os: ubuntu-20.04
tools:
python: "3.10"
sphinx:
builder: html
configuration: docs/conf.py
python:
install:
- method: pip
path: .
extra_requirements:
- docs
- s3
- web
system_packages: true