diff --git a/docs/cookbook.rst b/docs/cookbook.rst index bbc67cbd1..dabd7328f 100644 --- a/docs/cookbook.rst +++ b/docs/cookbook.rst @@ -124,15 +124,6 @@ To build wheels for your requirements and all their dependencies to a local dire pip wheel --wheel-dir=/local/wheels -r requirements.txt -.. warning:: - - Currently, when ``pip wheel`` finds a wheel for one of your requirements - already on PyPI, it does not rebuild, and it does not place the file in your - wheelhouse dir. There is an issue open to change this - (https://github.com/pypa/pip/issues/1310) - - - And *then* to install those requirements just using your local directory of wheels (and not from PyPI): :: diff --git a/docs/usage.rst b/docs/usage.rst index 9e81c9e44..06cc66930 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -382,13 +382,6 @@ Description .. pip-command-description:: wheel -.. warning:: - - Currently, when ``pip wheel`` finds a wheel for one of your requirements - already on PyPI, it does not rebuild, and it does not place the file in your - wheelhouse dir. There is an issue open to change this - (https://github.com/pypa/pip/issues/1310) - Options *******