3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 17:44:08 +00:00

remove --js from nightly and release doc builds as the npm run 'check-engine' fails

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2022-07-12 07:46:06 -07:00
parent d5779bf99c
commit faf6c02cf8
2 changed files with 2 additions and 2 deletions

View file

@ -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 ..

View file

@ -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 ..