Skip to content

Commit 9e80bfa

Browse files
committed
build doc in circle
1 parent 7efe514 commit 9e80bfa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.circleci/config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,13 @@ jobs:
6868
tar -zcf build/html.tgz build/html
6969
rm -rf build/html build/ipynb
7070
71+
- run:
72+
name: make doc
73+
command: |
74+
cd apidoc
75+
make html
76+
cd ..
77+
7178
7279
- store_artifacts:
7380
path: build

0 commit comments

Comments
 (0)