summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-08-06 19:15:54 (GMT)
committerGitHub <noreply@github.com>2021-08-06 19:15:54 (GMT)
commit1e9c9ca570ffe92dc6a60825c2f9c91865129b8f (patch)
tree77b745f945b25fcdf5b65441ba95b330b0de35d3 /Misc
parent2b1e713f877102bbca299f0f5d7db969d78db49f (diff)
downloadcpython-1e9c9ca570ffe92dc6a60825c2f9c91865129b8f.zip
cpython-1e9c9ca570ffe92dc6a60825c2f9c91865129b8f.tar.gz
cpython-1e9c9ca570ffe92dc6a60825c2f9c91865129b8f.tar.bz2
bpo-44756: [docs] revert automated virtual environment creation on `make html` (GH-27635)
It turned out to be disruptive for downstream distributors. (cherry picked from commit 55fa87b1ef46bbb9db7612b2dc2dd7fb039d9bc3) Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Documentation/2021-08-06-19-36-21.bpo-44756.1Ngzon.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2021-08-06-19-36-21.bpo-44756.1Ngzon.rst b/Misc/NEWS.d/next/Documentation/2021-08-06-19-36-21.bpo-44756.1Ngzon.rst
new file mode 100644
index 0000000..ca2e1b9
--- /dev/null
+++ b/Misc/NEWS.d/next/Documentation/2021-08-06-19-36-21.bpo-44756.1Ngzon.rst
@@ -0,0 +1,3 @@
+Reverted automated virtual environment creation on ``make html`` when
+building documentation. It turned out to be disruptive for downstream
+distributors.