bpo-44756: Remove misleading NEWS entries of a change that was reverted before release (GH-28075)

This commit is contained in:
Łukasz Langa 2021-08-30 23:54:47 +02:00 committed by GitHub
parent e34bb40919
commit 5246dbc2a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 9 deletions

View File

@ -1,3 +0,0 @@
Reverted automated virtual environment creation on ``make html`` when
building documentation. It turned out to be disruptive for downstream
distributors.

View File

@ -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``.