blob: ff8d8b02d2870d58b049c73f461c5f7f2694467c [file] [log] [blame]
language: python
python:
- 2.7
- 3.4
install:
- pip install sphinx sphinx_rtd_theme
script:
- make ${TARGET}
env:
matrix:
- TARGET=html
- TARGET=man
- TARGET=check
cache: apt