Add readthedocs configuration

This commit is contained in:
Darren Eberly
2021-12-25 22:26:05 -05:00
parent 6b7d88f131
commit 76383b9bc4

13
.readthedocs.yml Normal file
View File

@@ -0,0 +1,13 @@
version: 2
mkdocs:
configuration: mkdocs.yml
fail_on_warning: true
python:
install:
- method: pip
path: .
extra_requirements:
- docs
system_packages: true