add minimal rtd configuration

This commit is contained in:
Anthony Sottile 2023-07-31 19:27:59 -04:00
parent 15f4569670
commit d734e31689
2 changed files with 12 additions and 2 deletions

10
.readthedocs.yaml Normal file
View file

@ -0,0 +1,10 @@
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
python:
install:
- path: .
- requirements: docs/source/requirements.txt