Skip to content

Commit 80a779b

Browse files
committed
Build Sphinx docs on Travis CI
Closes #458
1 parent cb18f9e commit 80a779b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.travis.yml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
sudo: false
2+
language: python
3+
python: 3.4.6
4+
cache:
5+
pip: true
6+
directories:
7+
- docs/_build
8+
9+
before_install:
10+
- cp docs-requirements.txt requirements.txt
11+
12+
script:
13+
- make html SPHINXOPTS=-W
14+
15+
notifications:
16+
email: false
17+
18+
branches:
19+
exclude:
20+
- /^sils\//

0 commit comments

Comments
 (0)