diff --git a/EXAMPLES b/EXAMPLES index da41e20e22c..1f1d92365b2 100644 --- a/EXAMPLES +++ b/EXAMPLES @@ -40,7 +40,7 @@ Documentation using the alabaster theme * `pytest `__ (customized) * `python-apt `__ * `PyVisfile `__ -* `Requests `__ +* `Requests `__ * `searx `__ * `Spyder `__ (customized) * `Tablib `__ diff --git a/doc/conf.py b/doc/conf.py index 8da5f4b1617..51f4c10f728 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -109,7 +109,6 @@ intersphinx_mapping = { 'python': ('https://docs.python.org/3/', None), - 'requests': ('https://docs.python-requests.org/en/latest/', None), 'readthedocs': ('https://docs.readthedocs.io/en/stable', None), } diff --git a/doc/usage/configuration.rst b/doc/usage/configuration.rst index 677eb39271a..479d4b5773f 100644 --- a/doc/usage/configuration.rst +++ b/doc/usage/configuration.rst @@ -2670,8 +2670,10 @@ 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 :ref:`requests - Authentication ` for details). + that is understood by the ``requests`` library (see `requests Authentication`__ + for details). + + __ https://requests.readthedocs.io/en/master/user/authentication 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