summaryrefslogtreecommitdiff
path: root/.readthedocs.yml
blob: 5f53d3368039f5aef5acdbae8332465acee5b0f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Read the Docs configuration file
version: 2

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

build:
  image: testing

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