summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-04-25 16:16:11 -0400
committerGitHub <noreply@github.com>2021-04-25 16:16:11 -0400
commitb5fa6ad11e1344648b470ff0d847a7d940b4c99d (patch)
tree6661c61d861d79280dbee6af03886de5ff194aec
parent0726e38dec655c6c2b6f6ad2436d09f685a65208 (diff)
parentc8493546a65add95c77d0eca258a9e006794ac59 (diff)
downloadpython-setuptools-git-b5fa6ad11e1344648b470ff0d847a7d940b4c99d.tar.gz
Merge pull request #2655 from webknjaz/maintenance/drop-netlify
🔥 Drop the Netlify configs
-rw-r--r--netlify.toml7
-rw-r--r--runtime.txt1
2 files changed, 0 insertions, 8 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"
diff --git a/runtime.txt b/runtime.txt
deleted file mode 100644
index 475ba515..00000000
--- a/runtime.txt
+++ /dev/null
@@ -1 +0,0 @@
-3.7