Skip to content

Commit dd0ba3d

Browse files
kx-chenchrahunt
authored andcommitted
Document enabling --no-warn-script-location with falsy values
Closes #6209
1 parent ac9010e commit dd0ba3d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/html/user_guide.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,8 @@ set like this:
396396
ignore-installed = true
397397
no-dependencies = yes
398398
399-
To enable the boolean options ``--no-compile`` and ``--no-cache-dir``, falsy
400-
values have to be used:
399+
To enable the boolean options ``--no-compile``, ``--no-warn-script-location``
400+
and ``--no-cache-dir``, falsy values have to be used:
401401

402402
.. code-block:: ini
403403
@@ -406,6 +406,7 @@ values have to be used:
406406
407407
[install]
408408
no-compile = no
409+
no-warn-script-location = false
409410
410411
Appending options like ``--find-links`` can be written on multiple lines:
411412

news/31044E84-3F3C-48A8-84B2-6028E21FEBF1.trivial

Whitespace-only changes.

0 commit comments

Comments
 (0)