progress on intersphinxin

This commit is contained in:
Mahmoud Hashemi 2015-03-25 01:07:29 -07:00
parent aa69ed5e06
commit bee2ecce5a
1 changed files with 1 additions and 1 deletions

View File

@ -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 ----------------------------------------------