Merge pull request #9769 from francoisfreitag/fix-linkcheck-auth-link

Fix linkcheck_auth link to Requests authentication
This commit is contained in:
Takeshi KOMIYA
2021-10-27 02:04:51 +09:00
committed by GitHub

View File

@@ -2637,10 +2637,8 @@ Options for the linkcheck builder
A regular expression that matches a URI.
*auth_info*
Authentication information to use for that URI. The value can be anything
that is understood by the ``requests`` library (see `requests
Authentication <requests-auth>`_ for details).
.. _requests-auth: https://requests.readthedocs.io/en/master/user/authentication/
that is understood by the ``requests`` library (see :ref:`requests
Authentication <requests:authentication>` for details).
The ``linkcheck`` builder will use the first matching ``auth_info`` value
it can find in the :confval:`linkcheck_auth` list, so values earlier in the