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