We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8e7f03 commit a93c42dCopy full SHA for a93c42d
importlib_metadata/docs/conf.py
@@ -166,7 +166,9 @@
166
# Example configuration for intersphinx: refer to the Python standard library.
167
intersphinx_mapping = {
168
'python': ('https://docs.python.org/3', None),
169
- 'importlib_resources': ('https://importlib-resources.readthedocs.io/en/latest/', None),
+ 'importlib_resources': (
170
+ 'https://importlib-resources.readthedocs.io/en/latest/', None
171
+ ),
172
}
173
174
0 commit comments