Create .readthedocs.yaml

This commit is contained in:
Simon Willison 2024-02-24 17:44:06 -08:00 committed by GitHub
commit 5a0a81b8da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

17
.readthedocs.yaml Normal file
View file

@ -0,0 +1,17 @@
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