Create custom RTD configuration

This commit is contained in:
jeremystretch
2022-02-11 14:49:45 -05:00
parent 5c1c021f3e
commit 3f44aaa8fe
2 changed files with 10 additions and 3 deletions

10
.readthedocs.yaml Normal file
View File

@@ -0,0 +1,10 @@
version: 2
build:
os: ubuntu-20.04
tools:
python: "3.9"
mkdocs:
configuration: mkdocs.yml
python:
install:
- requirements: requirements.txt