diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2021-04-25 16:16:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-25 16:16:11 -0400 |
commit | b5fa6ad11e1344648b470ff0d847a7d940b4c99d (patch) | |
tree | 6661c61d861d79280dbee6af03886de5ff194aec | |
parent | 0726e38dec655c6c2b6f6ad2436d09f685a65208 (diff) | |
parent | c8493546a65add95c77d0eca258a9e006794ac59 (diff) | |
download | python-setuptools-git-b5fa6ad11e1344648b470ff0d847a7d940b4c99d.tar.gz |
Merge pull request #2655 from webknjaz/maintenance/drop-netlify
🔥 Drop the Netlify configs
-rw-r--r-- | netlify.toml | 7 | ||||
-rw-r--r-- | runtime.txt | 1 |
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 |