Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

Commit c79a957

Browse files
author
John Andersen
committed
ci: Generate docs in travis
Signed-off-by: John Andersen <[email protected]>
1 parent dbe1264 commit c79a957

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.ci/run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ function run_plugin() {
1717
python -m pip install -r requirements.txt
1818
python -m unittest discover
1919
cd ..
20+
./scripts/docs.sh
2021
./scripts/create.sh feature travis_test_feature
2122
./scripts/create.sh model travis_test_model
2223
fi

scripts/docs.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ rm -rf pages
55
sphinx-build -b html docs pages
66
find pages/ -name \*.html -exec \
77
sed -i 's/<span class="gp">\&gt;\&gt;\&gt; <\/span>//g' {} \;
8+
cp -r docs/images pages/

0 commit comments

Comments
 (0)