From a7e8a667dc4cb53c1e5654a82758d70cd258d8c9 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Thu, 30 Nov 2017 15:55:16 -0800 Subject: [PATCH] Tweak intersphinx settings to see if it makes them work --- importlib_resources/docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/importlib_resources/docs/conf.py b/importlib_resources/docs/conf.py index 0fc64d1b..3fd5466f 100644 --- a/importlib_resources/docs/conf.py +++ b/importlib_resources/docs/conf.py @@ -176,5 +176,5 @@ # Example configuration for intersphinx: refer to the Python standard library. intersphinx_mapping = { - 'python': ('https://docs.python.org', None), + 'py': ('https://docs.python.org/3/', None), }