Merge pull request #92 from gizmoguy/fix-api-docs

Add .readthedocs.yml.
This commit is contained in:
Brad Cowie 2020-05-23 11:16:58 +12:00 committed by GitHub
commit f4bed28fa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

11
.readthedocs.yml Normal file
View File

@ -0,0 +1,11 @@
version: 2
build:
image: latest
python:
version: 3.6
install:
- method: pip
path: .
sphinx:
configuration: doc/source/conf.py
formats: all