PySimpleGUI/readthedocs.yml

13 lines
222 B
YAML
Raw Normal View History

2019-03-18 03:37:03 +00:00
version: 2
python:
version: 3.6
install:
2019-03-18 03:37:55 +00:00
- requirements:
2019-03-18 03:37:03 +00:00
- method: pip
path: .
extra_requirements: docs
- method: setuptools
path: another/package
system_packages: true