1version: 2
2
3# Use the default for now
4formats: []
5
6build:
7  image: latest
8
9python:
10  version: 3.7
11
12# Build documentation in the docs/ directory with Sphinx
13sphinx:
14  builder: html
15  configuration: docs/conf.py
16  fail_on_warning: false
17
18submodules:
19  exclude: all
20  recursive: false
21
22