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

add path to python

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-10-11 13:44:28 -07:00
parent 8c8a8cee7a
commit a90529e3dc

View file

@ -3,5 +3,5 @@ steps:
cd doc
apt-get install doxygen
apt-get install graphviz
python mk_api_doc.py
python mk_api_doc.py --z3py-package-path=../build/python/z3
cd ..