# .readthedocs.yml

build:
  image: latest

python:
  version: 3.7
  setup_py_install: true

requirements_file: requirements_docs.txt