Be more specific about the type of login

This commit is contained in:
Santos Gallegos
2019-12-02 11:07:17 -05:00
parent f7c1e9190a
commit 46c68302be

View File

@@ -149,11 +149,10 @@ documentation::
$ python -msphinx.ext.intersphinx https://docs.python.org/3/objects.inv
Using Intersphinx with inventory file under login
-------------------------------------------------
Using Intersphinx with inventory file under Basic Authorization
---------------------------------------------------------------
If the inventory file is under login,
you can still use Intersphinx if the site supports Basic Authorization::
Intersphinx supports Basic Authorization like this::
intersphinx_mapping = {'python': ('https://user:password@docs.python.org/3',
None)}