Skip to content

Commit

Permalink
Merge pull request #9769 from francoisfreitag/fix-linkcheck-auth-link
Browse files Browse the repository at this point in the history
Fix linkcheck_auth link to Requests authentication
  • Loading branch information
tk0miya committed Oct 26, 2021
2 parents 5c279a1 + 70e0c31 commit d8b92bb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions doc/usage/configuration.rst
Expand Up @@ -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
Expand Down

0 comments on commit d8b92bb

Please sign in to comment.