Skip to content

Commit a4d5287

Browse files
committed
build doc
1 parent cdd1b99 commit a4d5287

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ python:
77

88
stages:
99
- test
10+
- build
1011
- deploy
1112

1213
env:
@@ -20,6 +21,9 @@ script:
2021

2122
jobs:
2223
include:
24+
- stage: build
25+
install: pip install sphinx
26+
script: sphinx-build -Ean -b html -j auto -D todo_include_todos=0 ./doc ./doc/_build/html
2327
- stage: deploy
2428
script: echo "deploying"
2529

0 commit comments

Comments
 (0)