summaryrefslogtreecommitdiff
path: root/.readthedocs.yml
blob: 79392e54288d5536925ed41daf8cbed94c563659 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
version: 2
build:
  image: latest
sphinx:
  configuration: docs/conf.py
  fail_on_warning: false
python:
   version: 3.7
   install:
     - requirements: requirements_docs.txt
     - method: pip
       path: .