mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 22:23:22 +00:00
add path to python
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
8c8a8cee7a
commit
a90529e3dc
1 changed files with 1 additions and 1 deletions
|
@ -3,5 +3,5 @@ steps:
|
||||||
cd doc
|
cd doc
|
||||||
apt-get install doxygen
|
apt-get install doxygen
|
||||||
apt-get install graphviz
|
apt-get install graphviz
|
||||||
python mk_api_doc.py
|
python mk_api_doc.py --z3py-package-path=../build/python/z3
|
||||||
cd ..
|
cd ..
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue