diff options
| author | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2021-04-21 18:48:18 +0200 |
|---|---|---|
| committer | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2021-04-25 19:50:52 +0200 |
| commit | c8493546a65add95c77d0eca258a9e006794ac59 (patch) | |
| tree | 676a48dd3829f277a229788c63f1a882154a422f | |
| parent | 00df794d6f317654fea3e30799b610dcd26903d6 (diff) | |
| download | python-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.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 |
