mirror of
https://github.com/Z3Prover/z3
synced 2025-04-05 17:14:07 +00:00
Fixed API doc build
This commit is contained in:
parent
19f43713c9
commit
a173b0faf7
|
@ -288,6 +288,7 @@ try:
|
|||
# Put z3py at the beginning of the search path to try to avoid picking up
|
||||
# an installed copy of Z3py.
|
||||
sys.path.insert(0, os.path.dirname(Z3PY_PACKAGE_PATH))
|
||||
sys.path.insert(0, os.path.dirname(BUILD_DIR))
|
||||
for modulename in (
|
||||
'z3',
|
||||
'z3.z3consts',
|
||||
|
|
Loading…
Reference in a new issue