summaryrefslogtreecommitdiff
path: root/.readthedocs.yaml
blob: 6cbcad78c36ec8c4ed7a49996eb22ee5d652fe5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
version: 2
build:
  os: ubuntu-20.04
  tools:
    python: "3.9"
python:
  install:
    - requirements: docs/requirements.txt
    - method: pip
      path: .
    - requirements: docs/requirements-post.txt
sphinx:
  builder: dirhtml
  fail_on_warning: false