Add a travis build for the documentation

This commit is contained in:
kaiyou
2017-11-04 22:47:40 +01:00
parent 56c0c00840
commit 9fbdf70dc2

7
.travis.yml Normal file
View File

@@ -0,0 +1,7 @@
language: python
python:
- "3.6"
install:
- pip install -r docs/requirements.txt
script:
- sphinx-versioning build -b -B 1.5 -r 1.5 -w '^[0-9.]*$' -w master -W '^$' docs/ build/