docs: Add config file for readthedocs

This moves away from web-based settings and permits per-release
changes.
This commit is contained in:
Ben Darnell 2023-01-20 19:20:34 +00:00
parent b726f6d661
commit 57716a53b3
1 changed files with 17 additions and 0 deletions

17
.readthedocs.yaml Normal file
View File

@ -0,0 +1,17 @@
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.8"
sphinx:
configuration: docs/conf.py
formats:
- pdf
- epub
python:
install:
- requirements: docs/requirements.txt