Skip to content

Commit 0b5abcc

Browse files
committed
allow cross-linking to official python documentation (for builtins)
1 parent 4b2fc83 commit 0b5abcc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
# ones.
3232
extensions = [
3333
'sphinx.ext.autodoc',
34+
'sphinx.ext.intersphinx',
3435
]
3536

3637
# Add any paths that contain templates here, relative to this directory.
@@ -338,3 +339,4 @@
338339
# If true, do not generate a @detailmenu in the "Top" node's menu.
339340
#
340341
# texinfo_no_detailmenu = False
342+
intersphinx_mapping = {'https://docs.python.org/': None}

0 commit comments

Comments
 (0)