1version: 2
2
3python:
4  version: 3
5  install:
6    - requirements: requirements/development.txt
7    - method: pip
8      path: .
9
10sphinx:
11  builder: html
12  configuration: documentation/source/conf.py
13  fail_on_warning: false
14