This commit is contained in:
Santos Gallegos 2019-11-27 15:38:26 -05:00
parent a72d8f6808
commit f7c1e9190a

View File

@ -155,6 +155,7 @@ Using Intersphinx with inventory file under login
If the inventory file is under login,
you can still use Intersphinx if the site supports Basic Authorization::
intersphinx_mapping = {'python': ('https://user:password@docs.python.org/3', None)}
intersphinx_mapping = {'python': ('https://user:password@docs.python.org/3',
None)}
The user and password will be stripped from the URL when generating the links.