diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 00000000..b5b45902 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,12 @@ +[build] +publish = "site/" + +# Install deps and build the site +command = """ +pip install -r requirements.txt && +mkdocs build +""" + +[build.environment] +# Latest python version supported in netlify at time of adding +PYTHON_VERSION = "3.8"