Skip to content

Commit d8b92bb

Browse files
authored
Merge pull request sphinx-doc#9769 from francoisfreitag/fix-linkcheck-auth-link
Fix linkcheck_auth link to Requests authentication
2 parents 5c279a1 + 70e0c31 commit d8b92bb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

doc/usage/configuration.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2637,10 +2637,8 @@ Options for the linkcheck builder
26372637
A regular expression that matches a URI.
26382638
*auth_info*
26392639
Authentication information to use for that URI. The value can be anything
2640-
that is understood by the ``requests`` library (see `requests
2641-
Authentication <requests-auth>`_ for details).
2642-
2643-
.. _requests-auth: https://requests.readthedocs.io/en/master/user/authentication/
2640+
that is understood by the ``requests`` library (see :ref:`requests
2641+
Authentication <requests:authentication>` for details).
26442642

26452643
The ``linkcheck`` builder will use the first matching ``auth_info`` value
26462644
it can find in the :confval:`linkcheck_auth` list, so values earlier in the

0 commit comments

Comments
 (0)