Merge pull request #3616 from pallets/rtd-config

add readthedocs config
This commit is contained in:
David Lord 2020-05-18 15:04:40 -07:00 committed by GitHub
commit 5b1d47f7e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
.readthedocs.yaml Normal file
View file

@ -0,0 +1,8 @@
version: 2
python:
install:
- method: pip
path: .
- requirements: docs/requirements.txt
sphinx:
builder: dirhtml