diff --git a/docs/conf.py b/docs/conf.py
index 69b911ce..e4cd06c9 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -177,4 +177,6 @@
# Example configuration for intersphinx: refer to the Python standard library.
-intersphinx_mapping = {'https://docs.python.org/': None}
+intersphinx_mapping = {
+ 'python': ('https://docs.python.org/', None),
+}