diff --git a/docs/source/conf.py b/docs/source/conf.py index 3162008..92a5411 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -54,7 +54,7 @@ exclude_patterns = [] # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {'http://docs.python.org/': None} +intersphinx_mapping = {'python': ('http://docs.python.org/', None)} # -- Options for HTML output ----------------------------------------------