[build]
publish = "docs/site/"
command = """
pip3 install -q poetry &&
poetry config virtualenvs.in-project true &&
poetry install &&
poetry run mkdocs build
"""