blob: 38e78072204c83d535f415934982350035ba4872 [file] [log] [blame]
Joakim Bech8e5c5b32018-10-25 08:18:32 +02001sudo: false
2
3language: python
4
5python:
6 - "2.7"
7 - "3.6"
8
9before_install:
10 - sudo apt-get update
11 - sudo apt-get install -y graphviz
12
13install: pip install sphinx sphinx_rtd_theme
14
15notifications:
16 - email: false
17
18script:
Joakim Bech6af72622019-06-05 10:53:38 +020019 - SPHINXOPTS="-W --keep-going" make html