Skip to content

Commit b5ce0a5

Browse files
committed
Add intersphinx.
1 parent 87546bf commit b5ce0a5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/conf.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,13 @@
2626

2727
# Add any Sphinx extension module names here, as strings. They can be extensions
2828
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
29-
extensions = ['sphinx.ext.doctest']
29+
extensions = [
30+
'sphinx.ext.intersphinx',
31+
]
32+
33+
intersphinx_mapping = {
34+
'python': ('http://docs.python.org/dev', None),
35+
}
3036

3137
doctest_global_setup = """
3238
import os

0 commit comments

Comments
 (0)