aboutsummaryrefslogtreecommitdiff
path: root/.readthedocs.yml
blob: f67ef526892ebab8d77a76e3143d104f0bf0c0c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
version: 2
formats: []

build:
  image: latest

sphinx:
  configuration: docs/conf.py
  fail_on_warning: false
  builder: html

python:
  version: 3.8
  install:
    - method: pip
      path: .
      extra_requirements:
        - docs