Skip to content

Commit 3f406aa

Browse files
committed
Restore intersphinx links. Fixes #309.
1 parent bf57f9c commit 3f406aa

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/conf.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,15 @@
2727

2828
# Be strict about any broken references:
2929
nitpicky = True
30+
31+
# Support intersphinx links
32+
extensions += [
33+
'sphinx.ext.intersphinx',
34+
]
35+
intersphinx_mapping = {
36+
'python': ('https://docs.python.org/3', None),
37+
'importlib_resources': (
38+
'https://importlib-resources.readthedocs.io/en/latest/',
39+
None,
40+
),
41+
}

0 commit comments

Comments
 (0)