Skip to content

Commit 61fb829

Browse files
authored
edit for issue pypa#6773
1 parent 074143b commit 61fb829

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

docs/html/user_guide.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -798,12 +798,18 @@ of ability. Some examples that you could consider include:
798798
(Optional) Disable Keyring
799799
***************************
800800

801-
Keyring in certain cases can prevent the installing of certain packages and modules due to authentication errors. In such cases disabling the keyring is recommended.Keyring can be manually uninstalled but doing so may invalidate other packages that depends on Keyring.
801+
Keyring in certain cases can prevent the installing of certain packages and modules
802+
due to authentication errors. In such cases disabling the keyring is recommended.
803+
Keyring can be manually uninstalled but doing so may invalidate other packages that
804+
depends on Keyring.
805+
806+
There are various ways to disable the keyring. They are:
802807

803-
How to disable the keyring:
804808
- Set the password as null to preferred keyring for the relevant URL and username.
809+
805810
- If the keyring version is 15.1.0 keyring can be disabled via command line using::
806811

807812
keyring --disable
808813
809-
- Set environment variable ``PYTHON_KEYRING_BACKEND`` to ``keyring.backends.null.Keyring`` in config file
814+
- Set environment variable ``PYTHON_KEYRING_BACKEND`` to ``keyring.backends.null.Keyring``
815+
in config file

0 commit comments

Comments
 (0)