diff --git a/netlify.toml b/netlify.toml index db855e64c1e5..687d24800a3c 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,7 +2,7 @@ publish = "docs/site/" command = """ pip3 install -q poetry && -poetry config settings.virtualenvs.in-project true && +poetry config virtualenvs.in-project true && poetry install && poetry run mkdocs build """ \ No newline at end of file