diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..f2dc63f --- /dev/null +++ b/netlify.toml @@ -0,0 +1,11 @@ +[build] +base = "/" +publish = "site/" +command = "mkdocs build --clean --strict" + +[build.environment] + PYTHON_VERSION = "3.11" + NODE_VERSION = "22" + CI = "true" + DISABLE_OPENCOLLECTIVE = "true" + OPENCOLLECTIVE_HIDE = "true" diff --git a/runtime.txt b/runtime.txt deleted file mode 100644 index cc1923a..0000000 --- a/runtime.txt +++ /dev/null @@ -1 +0,0 @@ -3.8