docs: enable intersphinx again

Change URL of requests' docs to requests.readthedocs.io
This commit is contained in:
bastimeyer 2022-05-24 00:04:55 +02:00 committed by Forrest
parent d9ddc2f923
commit ec93f520ac
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ needs_sphinx = '3.0'
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.autosectionlabel',
# 'sphinx.ext.intersphinx',
'sphinx.ext.intersphinx',
'ext_argparse',
'ext_github',
'ext_plugins',
@ -105,7 +105,7 @@ autodoc_typehints = "description"
intersphinx_mapping = {
# "python": ("https://docs.python.org/3", None),
"requests": ("https://docs.python-requests.org/en/stable/", None),
"requests": ("https://requests.readthedocs.io/en/stable/", None),
}
intersphinx_timeout = 60