Add readthedocs config file as recommended

This commit is contained in:
Kenneth Lyons 2020-05-17 16:06:00 -07:00
parent ae8fc195da
commit 54ade7dfb8
1 changed files with 12 additions and 0 deletions

12
.readthedocs.yml Normal file
View File

@ -0,0 +1,12 @@
# Read the Docs configuration file
# https://docs.readthedocs.io/en/stable/config-file/v2.html
version: 2
python:
version: 3
install:
- requirements: doc/requirements.txt
sphinx:
fail_on_warning: true