mirror of https://github.com/mahmoud/boltons.git
progress on intersphinxin
This commit is contained in:
parent
aa69ed5e06
commit
bee2ecce5a
|
@ -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 ----------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue