summaryrefslogtreecommitdiff
path: root/.readthedocs.yml
blob: 511ae165f25807eaf13697ab436874ec34f46bbb (plain)
1
2
3
4
5
6
7
8
9
10
11
---
version: 2
python:
  # Keep version in sync with tox.ini (docs and gh-actions).
  version: 3.7

  install:
    - method: pip
      path: .
      extra_requirements:
        - docs