From 583d5edf005c1934f61d81b56ca18678e7cface9 Mon Sep 17 00:00:00 2001 From: youben11 Date: Thu, 31 Mar 2022 13:27:40 +0100 Subject: [PATCH] docs: fix docs generation compiler directory had to be created for symlinks --- docs/symlink_py.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/symlink_py.bash b/docs/symlink_py.bash index 731a44857..d61c8c2b7 100755 --- a/docs/symlink_py.bash +++ b/docs/symlink_py.bash @@ -17,6 +17,7 @@ ln -s ../../../../compiler/build/tools/concretelang/python_packages/concretelang # Create directories needed for symlinks mkdir -p concrete/lang/dialects +mkdir -p concrete/compiler cd concrete # Consider concrete as a package, as it's not detecting it as a namespace touch __init__.py