Try adding a ReadTheDocs config (#4912)

This commit is contained in:
Adrian Sampson 2023-09-22 15:26:15 -04:00
parent 4d38eee26b
commit 52f2edab4f
No known key found for this signature in database

16
.readthedocs.yaml Normal file
View file

@ -0,0 +1,16 @@
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
sphinx:
configuration: doc/conf.py
python:
install:
- method: pip
path: .
extra_requirements:
- docs