Fix readthedocs with Python 3.8

This commit is contained in:
Seth Michael Larson 2023-05-02 12:21:57 -05:00 committed by GitHub
parent 50d301f7cb
commit ca0cbe94ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
.readthedocs.yml Normal file
View File

@ -0,0 +1,9 @@
version: 2
sphinx:
configuration: docs/sphinx/conf.py
python:
version: 3.8
install:
- requirements: docs/requirements-docs.txt
- path: .