Merge pull request #1229 from PySimpleGUI/Dev-latest

Initial check in of readthedocs file
This commit is contained in:
MikeTheWatchGuy 2019-03-17 23:37:27 -04:00 committed by GitHub
commit a5ac987d83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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