Initial check in of readthedocs file

This commit is contained in:
MikeTheWatchGuy 2019-03-17 23:37:03 -04:00
parent faf3a555f1
commit d23c59cddf
1 changed files with 12 additions and 0 deletions

12
readthedocs.yml Normal file
View File

@ -0,0 +1,12 @@
version: 2
python:
version: 3.6
install:
- requirements: docs/requirements.txt
- method: pip
path: .
extra_requirements: docs
- method: setuptools
path: another/package
system_packages: true