Diff of /.readthedocs.yml [000000] .. [030aeb]

Switch to unified view

a b/.readthedocs.yml
1
version: 2
2
3
python:
4
  version: 3.7
5
  install:
6
    - method: pip
7
      path: .
8
      extra_requirements:
9
        - docs
10
11
sphinx:
12
  builder: html
13
  fail_on_warning: false