Skip to content

Commit 105e7bd

Browse files
authored
Merge pull request #6372 from kx-chen/document-no-warn-script-location
Document enabling --no-warn-script-location
2 parents 1354df4 + dd0ba3d commit 105e7bd

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
@@ -394,8 +394,8 @@ set like this:
394394
ignore-installed = true
395395
no-dependencies = yes
396396
397-
To enable the boolean options ``--no-compile`` and ``--no-cache-dir``, falsy
398-
values have to be used:
397+
To enable the boolean options ``--no-compile``, ``--no-warn-script-location``
398+
and ``--no-cache-dir``, falsy values have to be used:
399399

400400
.. code-block:: ini
401401
@@ -404,6 +404,7 @@ values have to be used:
404404
405405
[install]
406406
no-compile = no
407+
no-warn-script-location = false
407408
408409
Appending options like ``--find-links`` can be written on multiple lines:
409410

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

Whitespace-only changes.

0 commit comments

Comments
 (0)