PySimpleGUI/readthedocs.yml

13 lines
222 B
YAML

version: 2
python:
version: 3.6
install:
- requirements:
- method: pip
path: .
extra_requirements: docs
- method: setuptools
path: another/package
system_packages: true