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