Connect to Python stdlib intersphinx
This commit is contained in:
parent
8c7eafdfcd
commit
0b2d523665
|
@ -9,3 +9,8 @@ extensions.extend(['sphinx.ext.autodoc', 'sphinx.ext.intersphinx'])
|
||||||
|
|
||||||
# Autodoc settings
|
# Autodoc settings
|
||||||
autodoc_default_flags = ['members', 'special-members']
|
autodoc_default_flags = ['members', 'special-members']
|
||||||
|
|
||||||
|
# Intersphinx connection to stdlib
|
||||||
|
intersphinx_mapping = {
|
||||||
|
'python': ('http://docs.python.org/2.6', None),
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue