From bee2ecce5a41c49a3fc9da4c89567c3f117d6f85 Mon Sep 17 00:00:00 2001 From: Mahmoud Hashemi Date: Wed, 25 Mar 2015 01:07:29 -0700 Subject: [PATCH] progress on intersphinxin --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index cd7d09d..877d8ae 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -60,7 +60,7 @@ exclude_patterns = ['_build'] pygments_style = 'sphinx' # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {'https://docs.python.org/': None} +intersphinx_mapping = {'python': ('https://docs.python.org/2.7', None)} # -- Options for HTML output ----------------------------------------------