add readthedocs info

This commit is contained in:
UpstreamData
2022-07-13 11:12:29 -06:00
parent 95b0cc364b
commit 0e009c3a16
2 changed files with 18 additions and 0 deletions

16
.readthedocs.yaml Normal file
View File

@@ -0,0 +1,16 @@
# Required
version: 2
# Set the version of Python and other tools you might need
build:
os: ubuntu-20.04
tools:
python: "3.9"
mkdocs:
configuration: mkdocs.yml
# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: docs/requirements.txt