Skip to content

Commit ffcd44c

Browse files
committed
remove pip wheel warnings due to merge of #1524
1 parent 90d325d commit ffcd44c

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

docs/cookbook.rst

-9
Original file line numberDiff line numberDiff line change
@@ -124,15 +124,6 @@ To build wheels for your requirements and all their dependencies to a local dire
124124
pip wheel --wheel-dir=/local/wheels -r requirements.txt
125125

126126

127-
.. warning::
128-
129-
Currently, when ``pip wheel`` finds a wheel for one of your requirements
130-
already on PyPI, it does not rebuild, and it does not place the file in your
131-
wheelhouse dir. There is an issue open to change this
132-
(https://github.com/pypa/pip/issues/1310)
133-
134-
135-
136127
And *then* to install those requirements just using your local directory of wheels (and not from PyPI):
137128

138129
::

docs/usage.rst

-7
Original file line numberDiff line numberDiff line change
@@ -382,13 +382,6 @@ Description
382382

383383
.. pip-command-description:: wheel
384384

385-
.. warning::
386-
387-
Currently, when ``pip wheel`` finds a wheel for one of your requirements
388-
already on PyPI, it does not rebuild, and it does not place the file in your
389-
wheelhouse dir. There is an issue open to change this
390-
(https://github.com/pypa/pip/issues/1310)
391-
392385

393386
Options
394387
*******

0 commit comments

Comments
 (0)