summaryrefslogtreecommitdiffstats
path: root/.readthedocs.yml
blob: 6abd0fd1319af0a227c24d7c7e6d511b3f54d6b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
version: 2

python:
  version: 3
  install:
  - method: pip
    path: .
    extra_requirements: [rtd]

sphinx:
  builder: html
  fail_on_warning: true