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