# .readthedocs.yml version: 2 build: image: latest sphinx: configuration: docs/conf.py formats: all python: version: 3.7 install: - requirements: requirements_dev.txt - method: pip path: . system_packages: true