summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2022-03-03 17:02:26 +0000
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2022-03-03 17:02:26 +0000
commit523e7c7d008bd043ae6ad707a21e004f53aa9531 (patch)
tree4a7739206b3168299ab04e8530fb04e4aaaf3636 /docs/conf.py
parent2f1dffb7b53be6943b98ab73f548c1837f460e68 (diff)
downloadpython-setuptools-git-523e7c7d008bd043ae6ad707a21e004f53aa9531.tar.gz
Modify datafiles docs to emphasize importlib.resources over pkg_resorueces
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index e57131b1..0443799d 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -199,3 +199,6 @@ favicons = [
]
intersphinx_mapping['pip'] = 'https://pip.pypa.io/en/latest', None
+intersphinx_mapping['importlib-resources'] = (
+ 'https://importlib-resources.readthedocs.io/en/latest', None
+)