diff --git a/docs/html/user_guide.rst b/docs/html/user_guide.rst index 9b7e7ed4a0f..4d0477d0d20 100644 --- a/docs/html/user_guide.rst +++ b/docs/html/user_guide.rst @@ -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 @@ -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: diff --git a/news/31044E84-3F3C-48A8-84B2-6028E21FEBF1.trivial b/news/31044E84-3F3C-48A8-84B2-6028E21FEBF1.trivial new file mode 100644 index 00000000000..e69de29bb2d