docs: prep for readthedocs import (#2150)

This commit is contained in:
Geoff Bourne 2023-05-28 12:59:05 -05:00 committed by GitHub
parent e17f958bce
commit 1f2f893841
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

15
.readthedocs.yaml Normal file
View File

@ -0,0 +1,15 @@
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
mkdocs:
configuration: mkdocs.yml
python:
install:
- requirements: docs/requirements.txt