diff options
author | Ćukasz Langa <lukasz@langa.pl> | 2021-08-30 21:54:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-30 21:54:47 (GMT) |
commit | 5246dbc2a12bf8e64e18efee2fdce02a350bbf09 (patch) | |
tree | 26c48cfd8f26d8fd92a0832b06bd6b232df2f27b | |
parent | e34bb409197d72711ae2c6197f9d8305533034d4 (diff) | |
download | cpython-5246dbc2a12bf8e64e18efee2fdce02a350bbf09.zip cpython-5246dbc2a12bf8e64e18efee2fdce02a350bbf09.tar.gz cpython-5246dbc2a12bf8e64e18efee2fdce02a350bbf09.tar.bz2 |
bpo-44756: Remove misleading NEWS entries of a change that was reverted before release (GH-28075)
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2021-08-06-19-36-21.bpo-44756.1Ngzon.rst | 3 | ||||
-rw-r--r-- | Misc/NEWS.d/next/Tools-Demos/2021-07-28-00-51-55.bpo-44756.pvAajB.rst | 6 |
2 files changed, 0 insertions, 9 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 deleted file mode 100644 index ca2e1b9..0000000 --- a/Misc/NEWS.d/next/Documentation/2021-08-06-19-36-21.bpo-44756.1Ngzon.rst +++ /dev/null @@ -1,3 +0,0 @@ -Reverted automated virtual environment creation on ``make html`` when -building documentation. It turned out to be disruptive for downstream -distributors. diff --git a/Misc/NEWS.d/next/Tools-Demos/2021-07-28-00-51-55.bpo-44756.pvAajB.rst b/Misc/NEWS.d/next/Tools-Demos/2021-07-28-00-51-55.bpo-44756.pvAajB.rst deleted file mode 100644 index 4734f1f..0000000 --- a/Misc/NEWS.d/next/Tools-Demos/2021-07-28-00-51-55.bpo-44756.pvAajB.rst +++ /dev/null @@ -1,6 +0,0 @@ -In the Makefile for documentation (:file:`Doc/Makefile`), the ``build`` rule -is dependent on the ``venv`` rule. Therefore, ``html``, ``latex``, and other -build-dependent rules are also now dependent on ``venv``. The ``venv`` rule -only performs an action if ``$(VENVDIR)`` does not exist. -:file:`Doc/README.rst` was updated; most users now only need to type ``make -html``. |