Skip to content

Commit

Permalink
remove --js from nightly and release doc builds as the npm run 'check…
Browse files Browse the repository at this point in the history
…-engine' fails

Signed-off-by: Nikolaj Bjorner <[email protected]>
  • Loading branch information
NikolajBjorner committed Jul 12, 2022
1 parent d5779bf commit faf6c02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ stages:
set -e
eval `opam config env`
cd doc
python mk_api_doc.py --mld --js --z3py-package-path=../build/python/z3
python mk_api_doc.py --mld --z3py-package-path=../build/python/z3
mkdir api/html/ml
ocamldoc -html -d api/html/ml -sort -hide Z3 -I $( ocamlfind query zarith ) -I ../build/api/ml ../build/api/ml/z3enums.mli ../build/api/ml/z3.mli
cd ..
Expand Down
2 changes: 1 addition & 1 deletion scripts/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ stages:
set -e
eval `opam config env`
cd doc
python mk_api_doc.py --mld --js --z3py-package-path=../build/python/z3
python mk_api_doc.py --mld --z3py-package-path=../build/python/z3
mkdir api/html/ml
ocamldoc -html -d api/html/ml -sort -hide Z3 -I $( ocamlfind query zarith ) -I ../build/api/ml ../build/api/ml/z3enums.mli ../build/api/ml/z3.mli
cd ..
Expand Down

0 comments on commit faf6c02

Please sign in to comment.