]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-46184: remove `netlify.toml` (#30272)
authorNikita Sobolev <mail@sobolevn.me>
Thu, 30 Dec 2021 21:18:37 +0000 (00:18 +0300)
committerGitHub <noreply@github.com>
Thu, 30 Dec 2021 21:18:37 +0000 (13:18 -0800)
* bpo-46184: remove `netlify.toml`

* Delete runtime.txt

* Delete requirements.txt

* Revert "Delete requirements.txt"

This reverts commit 9aa4f0631f9d206ed7fddf37b43a24ec4e90fa7c.

Doc/runtime.txt [deleted file]
netlify.toml [deleted file]

diff --git a/Doc/runtime.txt b/Doc/runtime.txt
deleted file mode 100644 (file)
index 548d713..0000000
+++ /dev/null
@@ -1 +0,0 @@
-3.7
\ No newline at end of file
diff --git a/netlify.toml b/netlify.toml
deleted file mode 100644 (file)
index 387c8f9..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-[build]
-    base = "Doc/"
-    command = "make html"
-    publish = "Doc/build/html"
\ No newline at end of file