summaryrefslogtreecommitdiff
path: root/.readthedocs.yml
blob: 94b73cb118d97f89b83c65d6a12d6a3cf09dc131 (plain)
1
2
3
4
5
6
7
8
9
10
11
version: 2

sphinx:
  configuration: docs/conf.py

python:
  version: 3.8
  install:
    - method: pip
      path: .
    - requirements: docs/requirements-docs.txt