summaryrefslogtreecommitdiff
path: root/netlify.toml
diff options
context:
space:
mode:
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml7
1 files changed, 0 insertions, 7 deletions
diff --git a/netlify.toml b/netlify.toml
deleted file mode 100644
index 5828132e..00000000
--- a/netlify.toml
+++ /dev/null
@@ -1,7 +0,0 @@
-# Configuration for pull request documentation previews via Netlify
-
-# Netlify relies on there being a ./runtime.txt to indicate Python 3.
-
-[build]
- publish = "build/html"
- command = "pip install tox && tox -e docs"