.readthedocs.yaml

Refs #128
This commit is contained in:
Simon Willison 2023-07-24 08:53:48 -07:00 committed by GitHub
parent 7ffce6a67b
commit ce21cbd202
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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