Add Read the Docs config

This commit is contained in:
Mark Backman
2024-12-06 20:15:17 -05:00
parent 2ad83f23c8
commit 16de1fca9b

15
.readthedocs.yaml Normal file
View File

@@ -0,0 +1,15 @@
version: 2
build:
os: ubuntu-22.04
tools:
python: '3.12'
sphinx:
configuration: docs/conf.py
python:
install:
- requirements: docs/requirements.txt
- method: pip
path: .