Skip to content

Commit 732166c

Browse files
committed
configure intersphinx crossref to importlib_resources docs
Signed-off-by: Oleg Höfling <[email protected]>
1 parent 60f892d commit 732166c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

importlib_metadata/docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@
166166
# Example configuration for intersphinx: refer to the Python standard library.
167167
intersphinx_mapping = {
168168
'python': ('https://docs.python.org/3', None),
169+
'importlib_resources': ('https://importlib-resources.readthedocs.io/en/latest/', None),
169170
}
170171

171172

0 commit comments

Comments
 (0)