Create custom RTD configuration

This commit is contained in:
jeremystretch
2022-02-11 14:49:45 -05:00
parent af01122f33
commit b40afd1006
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