Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFrançois Freitag <mail@franek.fr>2021-10-25 12:08:10 +0300
committerFrançois Freitag <mail@franek.fr>2021-10-25 16:04:15 +0300
commit70e0c314caf3c41a2cda763838c192daf1626710 (patch)
treefd4a8d13bd254c1d948f363f45b20f383924edaf /doc
parentf57178739e7ee6e85c3f09eb4dfaa20740fb7eb3 (diff)
Fix linkcheck_auth link to Requests authentication
The link was directing to https://www.sphinx-doc.org/en/master/usage/requests-auth>. Prefer using the intersphinx module to generate the link, it’s more robust than directly linking to the page.
Diffstat (limited to 'doc')
-rw-r--r--doc/usage/configuration.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/usage/configuration.rst b/doc/usage/configuration.rst
index a1a113873..46c82e56d 100644
--- a/doc/usage/configuration.rst
+++ b/doc/usage/configuration.rst
@@ -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