Add .readthedocs.yml.

This commit is contained in:
Brad Cowie 2020-05-23 11:06:19 +12:00
parent 73de59b27b
commit 814c8a757a

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