Skip to content

Commit

Permalink
Document enabling --no-warn-script-location with falsy values
Browse files Browse the repository at this point in the history
Closes pypa#6209
  • Loading branch information
kx-chen authored and chrahunt committed Nov 11, 2019
1 parent ac9010e commit dd0ba3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/html/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -396,8 +396,8 @@ set like this:
ignore-installed = true
no-dependencies = yes
To enable the boolean options ``--no-compile`` and ``--no-cache-dir``, falsy
values have to be used:
To enable the boolean options ``--no-compile``, ``--no-warn-script-location``
and ``--no-cache-dir``, falsy values have to be used:

.. code-block:: ini
Expand All @@ -406,6 +406,7 @@ values have to be used:
[install]
no-compile = no
no-warn-script-location = false
Appending options like ``--find-links`` can be written on multiple lines:

Expand Down
Empty file.

0 comments on commit dd0ba3d

Please sign in to comment.