llm/.readthedocs.yaml
Simon Willison ce21cbd202
.readthedocs.yaml
Refs #128
2023-07-24 08:53:48 -07:00

17 lines
196 B
YAML

version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
sphinx:
configuration: docs/conf.py
formats:
- pdf
- epub
python:
install:
- requirements: docs/requirements.txt