summaryrefslogtreecommitdiff
path: root/.readthedocs.yaml
blob: 0c363636f68da8d2b2a28a0fded9c59066f1ed00 (plain)
1
2
3
4
5
6
7
8
9
version: 2
python:
  install:
    - requirements: requirements/docs.txt
    - method: pip
      path: .
sphinx:
  builder: dirhtml
  fail_on_warning: true