Create .readthedocs.yml

* I forgot to add it in the PR
* This makes sure the requirements/local.txt requirements are added
This commit is contained in:
Andrew Chen Wang 2020-08-15 20:02:33 -04:00 committed by GitHub
parent 4757ed9bce
commit 3c54ad019d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,13 @@
version: 2
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
formats:
- pdf
python:
version: 3.8
install:
- requirements: requirements/local.txt