summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 80ee2b01c..b995cca08 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -110,7 +110,10 @@ texinfo_documents = [
1),
]
-intersphinx_mapping = {'python': ('https://docs.python.org/3/', None)}
+intersphinx_mapping = {
+ 'python': ('https://docs.python.org/3/', None),
+ 'requests': ('https://requests.readthedocs.io/en/master', None),
+}
# Sphinx document translation with sphinx gettext feature uses these settings:
locale_dirs = ['locale/']