From e0e9041d6c98dba1fdf6935becb39acf9633eea4 Mon Sep 17 00:00:00 2001 From: sobolevn Date: Mon, 27 Dec 2021 01:01:24 +0300 Subject: [PATCH 1/4] bpo-46184: remove `netlify.toml` --- netlify.toml | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml deleted file mode 100644 index 387c8f954ada3c..00000000000000 --- a/netlify.toml +++ /dev/null @@ -1,4 +0,0 @@ -[build] - base = "Doc/" - command = "make html" - publish = "Doc/build/html" \ No newline at end of file From 2aa413982451ba0fadff2d73244adaf538794cca Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Tue, 28 Dec 2021 15:10:36 +0300 Subject: [PATCH 2/4] Delete runtime.txt --- Doc/runtime.txt | 1 - 1 file changed, 1 deletion(-) delete mode 100644 Doc/runtime.txt diff --git a/Doc/runtime.txt b/Doc/runtime.txt deleted file mode 100644 index 548d71365f0ec7..00000000000000 --- a/Doc/runtime.txt +++ /dev/null @@ -1 +0,0 @@ -3.7 \ No newline at end of file From 9aa4f0631f9d206ed7fddf37b43a24ec4e90fa7c Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Tue, 28 Dec 2021 15:10:48 +0300 Subject: [PATCH 3/4] Delete requirements.txt --- Doc/requirements.txt | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 Doc/requirements.txt diff --git a/Doc/requirements.txt b/Doc/requirements.txt deleted file mode 100644 index 785da2c3217849..00000000000000 --- a/Doc/requirements.txt +++ /dev/null @@ -1,12 +0,0 @@ -# Requirements to build the Python documentation - -# Sphinx version is pinned so that new versions that introduce new warnings -# won't suddenly cause build failures. Updating the version is fine as long -# as no warnings are raised by doing so. -sphinx==4.2.0 - -blurb - -# The theme used by the documentation is stored separately, so we need -# to install that as well. -python-docs-theme From 1ba745d7da34ef81c712986e15daa655da29eb1b Mon Sep 17 00:00:00 2001 From: sobolevn Date: Tue, 28 Dec 2021 15:19:01 +0300 Subject: [PATCH 4/4] Revert "Delete requirements.txt" This reverts commit 9aa4f0631f9d206ed7fddf37b43a24ec4e90fa7c. --- Doc/requirements.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Doc/requirements.txt diff --git a/Doc/requirements.txt b/Doc/requirements.txt new file mode 100644 index 00000000000000..785da2c3217849 --- /dev/null +++ b/Doc/requirements.txt @@ -0,0 +1,12 @@ +# Requirements to build the Python documentation + +# Sphinx version is pinned so that new versions that introduce new warnings +# won't suddenly cause build failures. Updating the version is fine as long +# as no warnings are raised by doing so. +sphinx==4.2.0 + +blurb + +# The theme used by the documentation is stored separately, so we need +# to install that as well. +python-docs-theme