add readthedocs configuration

develop
Myk Taylor 2022-09-21 06:58:42 -07:00
parent ffe2365550
commit 9fb037574d
No known key found for this signature in database
2 changed files with 18 additions and 0 deletions

@ -0,0 +1,17 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2
build:
os: ubuntu-20.04
tools:
python: "3"
sphinx:
configuration: conf.py
python:
install:
- requirements: .readthedocs.requirements.txt