mirror of https://github.com/python/cpython
bpo-44756: Remove misleading NEWS entries of a change that was reverted before release (GH-28075)
This commit is contained in:
parent
e34bb40919
commit
5246dbc2a1
|
@ -1,3 +0,0 @@
|
|||
Reverted automated virtual environment creation on ``make html`` when
|
||||
building documentation. It turned out to be disruptive for downstream
|
||||
distributors.
|
|
@ -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``.
|
Loading…
Reference in New Issue