Merge pull request #4919 from beetbox/rtd-config

Try adding a ReadTheDocs config
This commit is contained in:
Adrian Sampson 2023-09-22 15:28:20 -04:00 committed by GitHub
commit 371c5e5a57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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