docs: fix docs generation

compiler directory had to be created for symlinks
This commit is contained in:
youben11
2022-03-31 13:27:40 +01:00
committed by Ayoub Benaissa
parent edd10c1436
commit 583d5edf00

View File

@@ -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