mirror of
https://github.com/Z3Prover/z3
synced 2025-12-21 11:43:43 +00:00
Modify docs.yml to generate JS documentation
Updated documentation generation script to include JavaScript output.
This commit is contained in:
parent
f901646e08
commit
5e22b82b61
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docs.yml
vendored
4
.github/workflows/docs.yml
vendored
|
|
@ -53,7 +53,7 @@ jobs:
|
|||
echo "OCAML_VERSION: $(ocamlc -version)"
|
||||
echo "OCAMLLIB: $OCAMLLIB"
|
||||
mkdir build
|
||||
python3 scripts/mk_make.py --python --ml --js
|
||||
python3 scripts/mk_make.py --python --ml
|
||||
cd build
|
||||
make -j$(nproc)
|
||||
cd ../src/api/python && python3 -m pip install --user .
|
||||
|
|
@ -62,7 +62,7 @@ jobs:
|
|||
working-directory: doc
|
||||
run: |
|
||||
eval $(opam env)
|
||||
python3 mk_api_doc.py --mld --output-dir=api --z3py-package-path=../build/python/z3
|
||||
python3 mk_api_doc.py --mld --js --output-dir=api --z3py-package-path=../build/python/z3
|
||||
python3 mk_params_doc.py
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue