diff --git a/docs/conf.py b/docs/conf.py
index 2b20d47ab38a0f4ef18028cb2985a466ab7491ec..bb1d613584dc69ca3f1c847d543a64129fdadeba 100755
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -317,7 +317,7 @@ texinfo_documents = [
 
 
 # Example configuration for intersphinx: refer to the Python standard library.
-intersphinx_mapping = {'http://docs.python.org/': None}
+intersphinx_mapping = {'python': ('http://docs.python.org/3', None)}
 
 # Append the other ports' specific folders/files to the exclude pattern
 exclude_patterns.extend([port + '*' for port in ports if port != micropy_port])