summaryrefslogtreecommitdiff
path: root/readthedocs.yml
blob: 1aaa175cff8ce6aea50bee1c6e62f1ad48bb64fa (plain)
1
2
3
4
5
6
7
8
build:
  image: latest
python:
  version: 3.6
  pip_install: true
  extra_requirements:
  - docs
formats: []