summaryrefslogtreecommitdiff
path: root/.readthedocs.yml
blob: bdcbf47d06630812b529bba11d266a808ffff954 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---

build:
  image: latest
python:
  version: 3.6
  extra_requirements:
  - docs
  - testing
  pip_install: true

...