summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2021-04-21 18:48:18 +0200
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2021-04-25 19:50:52 +0200
commitc8493546a65add95c77d0eca258a9e006794ac59 (patch)
tree676a48dd3829f277a229788c63f1a882154a422f
parent00df794d6f317654fea3e30799b610dcd26903d6 (diff)
downloadpython-setuptools-git-c8493546a65add95c77d0eca258a9e006794ac59.tar.gz
🔥 Drop the Netlify configs
This is no longer needed since the project relies on RTD PR builds for some time already.
-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