Skip to content

Commit a7e8a66

Browse files
authored
Tweak intersphinx settings to see if it makes them work
1 parent e548bdb commit a7e8a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

importlib_resources/docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,5 +176,5 @@
176176

177177
# Example configuration for intersphinx: refer to the Python standard library.
178178
intersphinx_mapping = {
179-
'python': ('https://docs.python.org', None),
179+
'py': ('https://docs.python.org/3/', None),
180180
}

0 commit comments

Comments
 (0)